Date: Mon, 21 Oct 2013 16:36:15 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331155 - head/devel/gdb/files Message-ID: <201310211636.r9LGaFRX007165@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danilo Date: Mon Oct 21 16:36:14 2013 New Revision: 331155 URL: http://svnweb.freebsd.org/changeset/ports/331155 Log: - Add a patch I forgot in ports/183048 Reported by: Luca Pizzamiglio <luca.pizzamiglio@gmail.com> (maintainer) Added: head/devel/gdb/files/patch-gdb-python-python-config.py (contents, props changed) Added: head/devel/gdb/files/patch-gdb-python-python-config.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/gdb/files/patch-gdb-python-python-config.py Mon Oct 21 16:36:14 2013 (r331155) @@ -0,0 +1,11 @@ +--- gdb/python/python-config.py.orig 2013-10-17 11:24:52.000000000 +0200 ++++ gdb/python/python-config.py 2013-10-17 11:25:04.000000000 +0200 +@@ -59,6 +59,8 @@ + + elif opt in ('--libs', '--ldflags'): + libs = [] ++ if getvar('LDFLAGS') is not None: ++ libs.extend(getvar('LDFLAGS').split()) + if getvar('LIBS') is not None: + libs.extend(getvar('LIBS').split()) + if getvar('SYSLIBS') is not None:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310211636.r9LGaFRX007165>