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
This commit is contained in:
Baptiste Daroussin 2013-08-01 21:02:17 +00:00
parent f5a529c71f
commit dc95b2ecfa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324126

View File

@ -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 \