diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-05-03 03:07:12 +0800 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-05-03 03:07:12 +0800 |
commit | 15dfbde9788981c09ece41b6a11e6a046b2746f7 (patch) | |
tree | 633badba829fbd849b5a2394f2bb0432d9888184 /graphics/libgfx | |
parent | e85f9bca2c1088c97636e158ccb5aa81ceea1027 (diff) | |
download | freebsd-ports-gnome-15dfbde9788981c09ece41b6a11e6a046b2746f7.tar.gz freebsd-ports-gnome-15dfbde9788981c09ece41b6a11e6a046b2746f7.tar.zst freebsd-ports-gnome-15dfbde9788981c09ece41b6a11e6a046b2746f7.zip |
- Fix build with science/vis5d+
Approved by: infofarmer@ (maintainer)
Diffstat (limited to 'graphics/libgfx')
-rw-r--r-- | graphics/libgfx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libgfx/Makefile b/graphics/libgfx/Makefile index e7da0ffe0bb3..7d8cf79d0998 100644 --- a/graphics/libgfx/Makefile +++ b/graphics/libgfx/Makefile @@ -25,7 +25,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CFLAGS="${CFLAGS}" CPPFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --enable-gzstream --with-libtiff-lzw --with-x -CFLAGS= -I${LOCALBASE}/include +CFLAGS= -I${LOCALBASE}/include -fPIC LDFLAGS= -L${LOCALBASE}/lib BUILD_WRKSRC= ${WRKSRC}/src ALL_TARGET= libgfx.a |