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 /x11-toolkits | |
parent | aae1a8bb74160dc9c951003ff7410f50190d0544 (diff) |
Notes
Diffstat (limited to 'x11-toolkits')
-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" |