mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
Fix build with linker that does not copy the dt_need from libraries it links
with like recent binutils. Obtained from: DPorts
This commit is contained in:
parent
e237491fd9
commit
0128c89ce7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323690
@ -22,7 +22,7 @@ MAKE_ENV= DEFAULT_VIEWER="xdg-open" USE_SYSTEM_INIPARSER=1
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include -Diniparser_setstr=iniparser_set
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -lintl
|
||||
|
||||
PLIST_SUB= DESKTOPDIR="${DESKTOPDIR:S,^${PREFIX}/,,}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user