- Add a patch I forgot in ports/183048
Reported by: Luca Pizzamiglio <luca.pizzamiglio@gmail.com> (maintainer)
This commit is contained in:
parent
3fe270e952
commit
293c6be2c0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331155
1 changed files with 11 additions and 0 deletions
11
devel/gdb/files/patch-gdb-python-python-config.py
Normal file
11
devel/gdb/files/patch-gdb-python-python-config.py
Normal file
|
@ -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:
|
Loading…
Reference in a new issue