diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-03-26 13:37:42 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-03-26 13:37:42 +0800 |
commit | bf4b1c2c724cfddf89c30192fe8f9a489d1860bc (patch) | |
tree | 6533ac6a452af4fdc63f236bd63870482030a25c /x11-toolkits/inti-gl | |
parent | 80c72ceda94c6fab9dbe773e7bf278d5ed166f8b (diff) | |
download | freebsd-ports-gnome-bf4b1c2c724cfddf89c30192fe8f9a489d1860bc.tar.gz freebsd-ports-gnome-bf4b1c2c724cfddf89c30192fe8f9a489d1860bc.tar.zst freebsd-ports-gnome-bf4b1c2c724cfddf89c30192fe8f9a489d1860bc.zip |
fix build on -stable
Diffstat (limited to 'x11-toolkits/inti-gl')
-rw-r--r-- | x11-toolkits/inti-gl/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/inti-gl/files/patch-configure b/x11-toolkits/inti-gl/files/patch-configure new file mode 100644 index 000000000000..1b8e49ea823c --- /dev/null +++ b/x11-toolkits/inti-gl/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Wed Mar 24 10:00:38 2004 ++++ configure Wed Mar 24 10:00:48 2004 +@@ -18775,7 +18775,7 @@ + if test "x$GCC" = "xyes"; then + case " $CXXFLAGS " in + *[\ \ ]-Wall[\ \ ]*) ;; +- *) CXXFLAGS="$CXXFLAGS -Wall -ansi -pedantic-errors" ;; ++ *) CXXFLAGS="$CXXFLAGS -Wall -ansi" ;; + esac + fi + |