1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

- Add missing -fPIC to fix building in amd64.

Reported by:	pav
Approved by:	portmgr (pav)
This commit is contained in:
Alejandro Pulver 2007-12-05 17:12:36 +00:00
parent 7b33c1a919
commit cba837d4c4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202914

View File

@ -20,7 +20,7 @@ USE_JAVA= 1.3+
DATADIR= ${PREFIX}/lib/${PORTNAME}
post-patch:
@${REINPLACE_CMD} -e 's|gcc|${CC} ${CFLAGS}|' \
@${REINPLACE_CMD} -e 's|gcc|${CC} ${CFLAGS} -fPIC|' \
${WRKSRC}/src/c/Makefile-freebsd-x86-32
do-build: