From af249250228be04d368768fdae26c0798389070a Mon Sep 17 00:00:00 2001 From: Jeremy Messenger Date: Sun, 20 Aug 2006 16:40:47 +0000 Subject: Kris doesn't like this hack by add -fPIC flag, so acm has came up with a better solution to fix graphics/crystalspace build that was committed. Remove this hack and bump the PORTREVISION. --- graphics/libcaca/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'graphics') diff --git a/graphics/libcaca/Makefile b/graphics/libcaca/Makefile index b45c247e9607..d13c0f520e03 100644 --- a/graphics/libcaca/Makefile +++ b/graphics/libcaca/Makefile @@ -6,7 +6,7 @@ PORTNAME= libcaca PORTVERSION= 0.9 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= http://sam.zoy.org/projects/libcaca/ @@ -34,10 +34,6 @@ LIB_DEPENDS+= Imlib2.3:${PORTSDIR}/graphics/imlib2 .include -.if ${ARCH} == "amd64" || ${ARCH} == "ia64" -CFLAGS+= -fPIC -DPIC -.endif - .if defined(WITH_SLANG) || exists(${LOCALBASE}/lib/libslang.so) LIB_DEPENDS+= slang.1:${PORTSDIR}/devel/libslang CONFIGURE_ARGS+= --enable-slang -- cgit