1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Fix build on AMD64

Approved by:	maintainer informed
This commit is contained in:
Kirill Ponomarev 2004-02-08 22:15:10 +00:00
parent d7390cd61a
commit 4b43d7d285
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100420

View File

@ -34,7 +34,7 @@ PLIST_FILES= lib/xmms/Input/libaac-XMMS.so
post-patch:
@${REINPLACE_CMD} -e \
's|gcc|${CC} ${CFLAGS}|; \
's|gcc|${CC} ${CFLAGS} -fPIC|; \
s|-I/usr/include/glib-1.2/||; \
s|-lfaad2|-lfaad -lstdc++|; \
s|-I/usr/lib/glib/include|-L${LOCALBASE}/lib|; \