summaryrefslogtreecommitdiff
path: root/lang/gnomebasic
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-08-08 02:58:56 +0000
committerSteve Price <steve@FreeBSD.org>2000-08-08 02:58:56 +0000
commitc39e236d5da03ccc2c48dad5d124592c2b8702d7 (patch)
tree4b085eae9c4ec558a30e346b00c2ad1bbf083565 /lang/gnomebasic
parentFixup one more place where fpsetmask was being called on the Alpha. (diff)
Remove -Werror from CFLAGS as it was causing build to fall over on the
Alpha.
Notes
Notes: svn path=/head/; revision=31401
Diffstat (limited to 'lang/gnomebasic')
-rw-r--r--lang/gnomebasic/files/patch-aa12
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`"
+
+
+