mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Remove -Werror from CFLAGS as it was causing build to fall over on the
Alpha.
This commit is contained in:
parent
768cf1c47d
commit
c39e236d5d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31401
@ -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`"
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user