- Fix build on RELENG_6/amd64 by compiling with -fPIC (needed for

building dynamic libraries).
This commit is contained in:
Simon Barner 2005-07-24 15:33:30 +00:00
parent 99780a6533
commit 9cde2dc6c2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=140011
3 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,7 @@ RUN_DEPENDS= gaim:${PORTSDIR}/net/gaim \
latex:${PORTSDIR}/print/teTeX \
convert:${PORTSDIR}/graphics/ImageMagick
CFLAGS+= "-fPIC"
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gtk20

View File

@ -22,6 +22,7 @@ RUN_DEPENDS= gaim:${PORTSDIR}/net/gaim \
latex:${PORTSDIR}/print/teTeX \
convert:${PORTSDIR}/graphics/ImageMagick
CFLAGS+= "-fPIC"
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gtk20

View File

@ -22,6 +22,7 @@ RUN_DEPENDS= gaim:${PORTSDIR}/net/gaim \
latex:${PORTSDIR}/print/teTeX \
convert:${PORTSDIR}/graphics/ImageMagick
CFLAGS+= "-fPIC"
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gtk20