diff options
author | vs <vs@FreeBSD.org> | 2004-03-27 21:36:04 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-03-27 21:36:04 +0000 |
commit | dbda8ebbaf05f6d9e081057eecf5984facdb1893 (patch) | |
tree | 52f1ac0081743fd59db5143a7a2dd68da43273fb /x11-toolkits | |
parent | 8a2f93651565bde6baded0f5160db7116a846545 (diff) | |
download | FreeBSD-ports-dbda8ebbaf05f6d9e081057eecf5984facdb1893.zip FreeBSD-ports-dbda8ebbaf05f6d9e081057eecf5984facdb1893.tar.gz |
Unbreak on -STABLE (remove -pedantic-errors)
Approved by: linimon (mentor)
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/inti-sourceview/files/patch-configure | 11 |
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 0000000..ca4e047 --- /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 + |