diff options
author | arved <arved@FreeBSD.org> | 2004-02-10 22:02:59 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-02-10 22:02:59 +0800 |
commit | 127ebc5aef7c433b7c969e010cccb4b7be2639df (patch) | |
tree | 2901565a121783ea0db33476081dc9f49de207ae | |
parent | 719b7f100a9276d1fbbb6ec772d4e6b50efcd31b (diff) | |
download | freebsd-ports-gnome-127ebc5aef7c433b7c969e010cccb4b7be2639df.tar.gz freebsd-ports-gnome-127ebc5aef7c433b7c969e010cccb4b7be2639df.tar.zst freebsd-ports-gnome-127ebc5aef7c433b7c969e010cccb4b7be2639df.zip |
Fix build on AMD64
-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" |