diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-28 09:12:50 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-28 09:12:50 +0000 |
commit | c27bc3f917a2ee590f9dfb4e1b717a01b8dc39c5 (patch) | |
tree | bbb47cbc4aa2eb3f26078d3792c0d6b8b8e82af4 /graphics/quat-gui | |
parent | 61550a407d3ce1a082802785fe4656042956a9ad (diff) | |
download | ports-c27bc3f917a2ee590f9dfb4e1b717a01b8dc39c5.tar.gz ports-c27bc3f917a2ee590f9dfb4e1b717a01b8dc39c5.zip |
Notes
Diffstat (limited to 'graphics/quat-gui')
-rw-r--r-- | graphics/quat-gui/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/quat-gui/Makefile b/graphics/quat-gui/Makefile index 8d3732a6b410..4d9cea973903 100644 --- a/graphics/quat-gui/Makefile +++ b/graphics/quat-gui/Makefile @@ -8,15 +8,13 @@ PORTNAME= quat PORTVERSION= 1.20 CATEGORIES= graphics -MASTER_SITES= http://www.physcip.uni-stuttgart.de/phy11733/download/ +MASTER_SITES= http://www.physcip.uni-stuttgart.de/phy11733/download/ PKGNAMESUFFIX= -gui DISTNAME= quat-${PORTVERSION:S/.p/pre/} MAINTAINER= dyeske@yahoo.com COMMENT= A Three-dimensional fractal creator (X11 GUI) -BROKEN= "Does not build, will be removed after Feb 2" - LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk USE_X_PREFIX= yes @@ -24,7 +22,7 @@ USE_MESA= yes USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -L${X11BASE}/lib" \ - LIBS="-lXext -lGL" + LIBS="-lXext -lGL" FLUID="${X11BASE}/bin/fluid}" .if defined(WITH_OPTIMIZED_CFLAGS) CFLAGS+= -O3 -ffast-math @@ -37,7 +35,9 @@ pre-everything:: .endif post-patch: - @${REINPLACE_CMD} -E -e 's,-(march=pentium|O3|ffast-math),,g' \ + @${REINPLACE_CMD} -E -e \ + 's|^...CFLAGS=|#CFLAGS=|; \ + s|^...CXXFLAGS=|#CXXFLAGS=|' \ ${WRKSRC}/configure @${REINPLACE_CMD} -E -e 's|-I\.[[:space:]]+-I\$$\(srcdir\)[[:space:]]+||' \ ${WRKSRC}/gui/Makefile.in |