diff options
author | alepulver <alepulver@FreeBSD.org> | 2007-12-06 01:12:36 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2007-12-06 01:12:36 +0800 |
commit | 5326cc352aa901b133aacf2923da7420a4f2093c (patch) | |
tree | 46cc32d847871cb82df69681ca5b41b7059d3a0b /sysutils | |
parent | 469e9c40dfe6a36da700945575e2d8c2d88f86b9 (diff) | |
download | freebsd-ports-gnome-5326cc352aa901b133aacf2923da7420a4f2093c.tar.gz freebsd-ports-gnome-5326cc352aa901b133aacf2923da7420a4f2093c.tar.zst freebsd-ports-gnome-5326cc352aa901b133aacf2923da7420a4f2093c.zip |
- Add missing -fPIC to fix building in amd64.
Reported by: pav
Approved by: portmgr (pav)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/javaservicewrapper/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/javaservicewrapper/Makefile b/sysutils/javaservicewrapper/Makefile index b21fbb14501e..b7139b11fabb 100644 --- a/sysutils/javaservicewrapper/Makefile +++ b/sysutils/javaservicewrapper/Makefile @@ -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: |