aboutsummaryrefslogtreecommitdiff
path: root/graphics/libcaca
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2006-08-20 16:40:47 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2006-08-20 16:40:47 +0000
commitaf249250228be04d368768fdae26c0798389070a (patch)
tree80467fb9d7c1134cbe4d8cb33d4b440b8684b2fa /graphics/libcaca
parentfecd40a243b7859cf08877bbdef2c883b65d082e (diff)
downloadports-af249250228be04d368768fdae26c0798389070a.tar.gz
ports-af249250228be04d368768fdae26c0798389070a.zip
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.
Notes
Notes: svn path=/head/; revision=171051
Diffstat (limited to 'graphics/libcaca')
-rw-r--r--graphics/libcaca/Makefile6
1 files changed, 1 insertions, 5 deletions
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 <bsd.port.pre.mk>
-.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