diff options
author | miwi <miwi@FreeBSD.org> | 2008-05-03 03:07:12 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-05-03 03:07:12 +0800 |
commit | 21a9061b016ea7f84bdb12201ab14d6fb233ecb6 (patch) | |
tree | 24d50f60fef7ac36645fa7e12d2f26426ca2d86a /graphics/libgfx | |
parent | bbbeee00d413c119b68a27df2a5eb71276efa0e3 (diff) | |
download | freebsd-ports-gnome-21a9061b016ea7f84bdb12201ab14d6fb233ecb6.tar.gz freebsd-ports-gnome-21a9061b016ea7f84bdb12201ab14d6fb233ecb6.tar.zst freebsd-ports-gnome-21a9061b016ea7f84bdb12201ab14d6fb233ecb6.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 |