From ed77230cb3ee1864939d86361cf97dc385862eb2 Mon Sep 17 00:00:00 2001 From: arved Date: Fri, 30 Jan 2004 23:28:23 +0000 Subject: Fix build on amd64 --- graphics/py-imaging/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit