summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-02-10 14:02:59 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-02-10 14:02:59 +0000
commit92b15ff96abb10a6a82210f2cdee9e004ebd6121 (patch)
tree8205685f3f126a18505088fdf8848ae0791be34b /x11-toolkits
parentFix build on AMD64 (diff)
Fix build on AMD64
Notes
Notes: svn path=/head/; revision=100546
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/libgtkeditor/Makefile1
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"