summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2004-03-27 21:36:04 +0000
committerVolker Stolz <vs@FreeBSD.org>2004-03-27 21:36:04 +0000
commitc5fd55c394e5928e77ae9085e20b2f292e53fbd7 (patch)
tree79e8728170666e56d8c0ed231fa57ab25f511200
parentRemove mew*-xemacs21 by removing xemacs21 port. (diff)
Unbreak on -STABLE (remove -pedantic-errors)
Approved by: linimon (mentor)
Notes
Notes: svn path=/head/; revision=105450
-rw-r--r--x11-toolkits/inti-sourceview/files/patch-configure11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/inti-sourceview/files/patch-configure b/x11-toolkits/inti-sourceview/files/patch-configure
new file mode 100644
index 000000000000..ca4e047c1ed0
--- /dev/null
+++ b/x11-toolkits/inti-sourceview/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.old Fri Mar 26 10:21:01 2004
++++ configure Fri Mar 26 10:21:13 2004
+@@ -8558,7 +8558,7 @@
+ if test "x$GCC" = "xyes"; then
+ case " $CXXFLAGS " in
+ *[\ \ ]-Wall[\ \ ]*) ;;
+- *) CXXFLAGS="$CXXFLAGS -Wall -ansi -pedantic-errors" ;;
++ *) CXXFLAGS="$CXXFLAGS -Wall -ansi" ;;
+ esac
+ fi
+