diff options
author | Andrej Zverev <az@FreeBSD.org> | 2007-01-23 21:50:51 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2007-01-23 21:50:51 +0000 |
commit | c02dcdc5db54e69d076f21a140bd10f3f4713ec6 (patch) | |
tree | 76f388d6135402bbe0bb85e6ea1d4877bfe7fc93 /devel | |
parent | The FluidSynth-DSSI is a wrapper for the FluidSynth SoundFont-playing (diff) |
- 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')
-rw-r--r-- | devel/ustl/Makefile | 2 |
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 |