diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-01-05 21:48:26 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-01-05 21:48:26 +0000 |
commit | 5a783aa1f04db25c64617f238e8896d9541f3248 (patch) | |
tree | c878d37bee45f26f3f5344da00a9259ff0c48928 /devel/libafterbase | |
parent | 74658d0acc25bc7c9e93fb804c1324330ea66690 (diff) | |
download | ports-5a783aa1f04db25c64617f238e8896d9541f3248.tar.gz ports-5a783aa1f04db25c64617f238e8896d9541f3248.zip |
Notes
Diffstat (limited to 'devel/libafterbase')
-rw-r--r-- | devel/libafterbase/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/libafterbase/Makefile b/devel/libafterbase/Makefile index 7c344830a24c..0b58ebb16ec4 100644 --- a/devel/libafterbase/Makefile +++ b/devel/libafterbase/Makefile @@ -19,6 +19,7 @@ COMMENT= AfterStep basic functionality library USE_REINPLACE= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes +CONFIGURE_ENV= CFLAGS="${CFLAGS} -fPIC" CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-sharedlibs --with-x INSTALLS_SHLIB= yes |