svn commit: r331155 - head/devel/gdb/files

Danilo Egea Gondolfo danilo at FreeBSD.org
Mon Oct 21 16:36:15 UTC 2013


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 at 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:


More information about the svn-ports-head mailing list