diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-02-10 14:02:59 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-02-10 14:02:59 +0000 |
commit | 92b15ff96abb10a6a82210f2cdee9e004ebd6121 (patch) | |
tree | 8205685f3f126a18505088fdf8848ae0791be34b | |
parent | Fix build on AMD64 (diff) |
Fix build on AMD64
Notes
Notes:
svn path=/head/; revision=100546
-rw-r--r-- | x11-toolkits/libgtkeditor/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/libgtkeditor/Makefile b/x11-toolkits/libgtkeditor/Makefile index c5c145d49da8..c2ad571beda1 100644 --- a/x11-toolkits/libgtkeditor/Makefile +++ b/x11-toolkits/libgtkeditor/Makefile @@ -25,6 +25,7 @@ USE_GMAKE= yes USE_PERL5_BUILD=yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes +CFLAGS+= -fPIC CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |