aboutsummaryrefslogtreecommitdiff
path: root/devel/ustl
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2007-01-23 21:50:51 +0000
committerAndrej Zverev <az@FreeBSD.org>2007-01-23 21:50:51 +0000
commitc02dcdc5db54e69d076f21a140bd10f3f4713ec6 (patch)
tree76f388d6135402bbe0bb85e6ea1d4877bfe7fc93 /devel/ustl
parent4b90f1e3fef87fe860db1cb05834e96789a095d8 (diff)
downloadports-c02dcdc5db54e69d076f21a140bd10f3f4713ec6.tar.gz
ports-c02dcdc5db54e69d076f21a140bd10f3f4713ec6.zip
- Fix build with gcc 4.1 (this action switch off CXXFLAGS respect)
becouse we need pass -mmmx and more flags.
Notes
Notes: svn path=/head/; revision=183129
Diffstat (limited to 'devel/ustl')
-rw-r--r--devel/ustl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ustl/Makefile b/devel/ustl/Makefile
index b2b436db161c..9c7916b91548 100644
--- a/devel/ustl/Makefile
+++ b/devel/ustl/Makefile
@@ -21,7 +21,7 @@ USE_GMAKE= yes
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
HAS_CONFIGURE= yes
-MAKE_ARGS= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" \
+MAKE_ARGS= CXX="${CXX}" \
INCDIR="${PREFIX}/include" \
LIBDIR="${PREFIX}/lib"
ALL_TARGET= # empty