diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-01-30 23:28:23 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-01-30 23:28:23 +0000 |
commit | 9743fcd44850ea405fc26278ea963555c922f51d (patch) | |
tree | 8212fc835aa408a1944b503c4e815535e48baabe /graphics/py-imaging | |
parent | 7de8eb8479255c7666c9f793086a32410bb08a92 (diff) | |
download | ports-9743fcd44850ea405fc26278ea963555c922f51d.tar.gz ports-9743fcd44850ea405fc26278ea963555c922f51d.zip |
Notes
Diffstat (limited to 'graphics/py-imaging')
-rw-r--r-- | graphics/py-imaging/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/py-imaging/Makefile b/graphics/py-imaging/Makefile index def947567443..9af72e9473ad 100644 --- a/graphics/py-imaging/Makefile +++ b/graphics/py-imaging/Makefile @@ -26,7 +26,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/libImaging GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-jpeg=${PREFIX}/lib CONFIGURE_ENV= PYTHON=${PYTHON_CMD} -MAKE_FLAGS= OPT="${CFLAGS}" +MAKE_FLAGS= OPT="${CFLAGS} -fPIC" .include <bsd.port.pre.mk> |