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 | |
parent | Add -fPIC to fix build on amd64 (when libxine is fixed) (diff) |
Fix build on amd64
Notes
Notes:
svn path=/head/; revision=97405
-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 |