summaryrefslogtreecommitdiff
path: root/x11/gnome-core/patches
diff options
context:
space:
mode:
authortron <tron>1999-05-20 19:05:42 +0000
committertron <tron>1999-05-20 19:05:42 +0000
commit75ad8845e725679af56210ac76d3b473641d8e91 (patch)
tree6f131d95d182ffde82a16215176215297ece16bc /x11/gnome-core/patches
parent65d190416229d7cbe28265a9ccee7b1856a4537b (diff)
downloadpkgsrc-75ad8845e725679af56210ac76d3b473641d8e91.tar.gz
No need to patch "configure" to supply preprocessor flags. Using the
"CPPFLAGS" environment variable works fine.
Diffstat (limited to 'x11/gnome-core/patches')
-rw-r--r--x11/gnome-core/patches/patch-aa56
1 files changed, 1 insertions, 55 deletions
diff --git a/x11/gnome-core/patches/patch-aa b/x11/gnome-core/patches/patch-aa
index 0be181344a0..a7edfd249de 100644
--- a/x11/gnome-core/patches/patch-aa
+++ b/x11/gnome-core/patches/patch-aa
@@ -1,36 +1,9 @@
-$NetBSD: patch-aa,v 1.1.1.1 1998/10/07 19:45:26 agc Exp $
+$NetBSD: patch-aa,v 1.2 1999/05/20 19:05:42 tron Exp $
Use NetBSD's own pkglibtool
--- configure 1998/10/05 14:27:05 1.1
+++ configure 1998/10/05 14:27:46
-@@ -541,7 +541,7 @@
-
- ac_ext=c
- # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
--ac_cpp='$CPP $CPPFLAGS'
-+ac_cpp='$CPP $CPPFLAGS -I$LOCALBASE/include'
- ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
- ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
- cross_compiling=$ac_cv_prog_cc_cross
-@@ -1043,7 +1043,7 @@
-
- ac_ext=c
- # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
--ac_cpp='$CPP $CPPFLAGS'
-+ac_cpp='$CPP $CPPFLAGS -I$LOCALBASE/include'
- ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
- ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
- cross_compiling=$ac_cv_prog_cc_cross
-@@ -1234,7 +1234,7 @@
-
- ac_ext=c
- # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
--ac_cpp='$CPP $CPPFLAGS'
-+ac_cpp='$CPP $CPPFLAGS -I$LOCALBASE/include'
- ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
- ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
- cross_compiling=$ac_cv_prog_cc_cross
@@ -1710,7 +1710,8 @@
@@ -49,30 +22,3 @@ Use NetBSD's own pkglibtool
for ac_prog in $CCC c++ g++ gcc CC cxx cc++
do
-@@ -1831,7 +1833,7 @@
-
- ac_ext=C
- # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
--ac_cpp='$CXXCPP $CPPFLAGS'
-+ac_cpp='$CXXCPP $CPPFLAGS -I$LOCALBASE/include'
- ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
- ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
- cross_compiling=$ac_cv_prog_cxx_cross
-@@ -1857,7 +1859,7 @@
- rm -fr conftest*
- ac_ext=c
- # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
--ac_cpp='$CPP $CPPFLAGS'
-+ac_cpp='$CPP $CPPFLAGS -I$LOCALBASE/include'
- ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
- ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
- cross_compiling=$ac_cv_prog_cc_cross
-@@ -2530,7 +2532,7 @@
- rm -f conf.gtktest
-
-
-- CPPFLAGS="$CPPFLAGS $GTK_CFLAGS"
-+ CPPFLAGS="$CPPFLAGS $GTK_CFLAGS -I$LOCALBASE/include"
-
- saved_ldflags="$LDFLAGS"
- LDFLAGS="$LDFLAGS $GTK_LIBS"