diff options
author | steve <steve@FreeBSD.org> | 2000-08-08 10:58:56 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-08-08 10:58:56 +0800 |
commit | 1610b8fafa56a59bab235b7881c25657141f4025 (patch) | |
tree | be63c2bd61c396d3eed587a423a0f6783faca86e /lang | |
parent | b5b9aa6cb906c664616c8e06a279a846cf1b230a (diff) | |
download | freebsd-ports-gnome-1610b8fafa56a59bab235b7881c25657141f4025.tar.gz freebsd-ports-gnome-1610b8fafa56a59bab235b7881c25657141f4025.tar.zst freebsd-ports-gnome-1610b8fafa56a59bab235b7881c25657141f4025.zip |
Remove -Werror from CFLAGS as it was causing build to fall over on the
Alpha.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gnomebasic/files/patch-aa | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/lang/gnomebasic/files/patch-aa b/lang/gnomebasic/files/patch-aa index c4134b1a72f0..147534dcc2c9 100644 --- a/lang/gnomebasic/files/patch-aa +++ b/lang/gnomebasic/files/patch-aa @@ -1,5 +1,5 @@ --- configure.orig Mon Jun 12 07:07:43 2000 -+++ configure Wed Jun 28 10:19:30 2000 ++++ configure Sun Aug 6 19:43:37 2000 @@ -3180,9 +3180,9 @@ rm -f conf.glibtest @@ -23,7 +23,7 @@ if test "$vers" -ge 1002002; then echo "$ac_t""found" 1>&6 else -@@ -4044,8 +4044,8 @@ +@@ -4044,15 +4044,15 @@ GB_LIBDIR='-L${libdir}' GB_INCLUDEDIR='-I${includedir}' @@ -34,3 +34,11 @@ + + + EXTRA_GNOME_LIBS=`gnome-config --libs gnomeui` +-EXTRA_GNOME_CFLAGS="-Werror `gnome-config --cflags gnomeui`" ++EXTRA_GNOME_CFLAGS="`gnome-config --cflags gnomeui`" + + + |