diff options
author | arved <arved@FreeBSD.org> | 2004-02-10 14:02:59 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-02-10 14:02:59 +0000 |
commit | 127ebc5aef7c433b7c969e010cccb4b7be2639df (patch) | |
tree | 2901565a121783ea0db33476081dc9f49de207ae /x11-toolkits | |
parent | 719b7f100a9276d1fbbb6ec772d4e6b50efcd31b (diff) | |
download | FreeBSD-ports-127ebc5aef7c433b7c969e010cccb4b7be2639df.zip FreeBSD-ports-127ebc5aef7c433b7c969e010cccb4b7be2639df.tar.gz |
Fix build on AMD64
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 c5c145d..c2ad571 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" |