aboutsummaryrefslogtreecommitdiff
path: root/graphics/libfpx
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-08-01 21:02:17 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-08-01 21:02:17 +0000
commitdc95b2ecfac90b10270994ae175b29b3faaf3b7a (patch)
treeab224519276a01843fafffab0a10844febbaa8af /graphics/libfpx
parentf5a529c71fcf17e1e64fea2739b9216f3d44fece (diff)
downloadports-dc95b2ecfac90b10270994ae175b29b3faaf3b7a.tar.gz
ports-dc95b2ecfac90b10270994ae175b29b3faaf3b7a.zip
Remove USE_GCC=any It now builds properly with clang while it doesn't build with gcc46
which USE_GCC=any implies if world is built WITHOUT_GCC
Notes
Notes: svn path=/head/; revision=324126
Diffstat (limited to 'graphics/libfpx')
-rw-r--r--graphics/libfpx/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/graphics/libfpx/Makefile b/graphics/libfpx/Makefile
index 5ecb6b6488b3..69f33dfe02c5 100644
--- a/graphics/libfpx/Makefile
+++ b/graphics/libfpx/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: fpx
-# Date created: Jan 10 2001
-# Whom: Mikhail Teterin <mi@aldan.algebra.com>
-#
+# Created by: Mikhail Teterin <mi@aldan.algebra.com>
# $FreeBSD$
-#
PORTNAME= libfpx
DISTVERSION= 1.3.1-1
@@ -26,7 +22,6 @@ PLIST_FILES= lib/libfpx.so.2 lib/libfpx.so lib/libfpx.a include/fpxlib.h
USE_LDCONFIG= yes
MAKEFILE= ${FILESDIR}/Makefile.bsd
MAKE_JOBS_SAFE= yes
-USE_GCC= any
post-patch:
${SED} -i '' -e '/^#include "fpxlib-config.h"/d' \
${WRKSRC}/basics/filename.cpp \