Index: head/x11/gnomecore/files/patch-config.h.in =================================================================== --- head/x11/gnomecore/files/patch-config.h.in (nonexistent) +++ head/x11/gnomecore/files/patch-config.h.in (revision 67360) @@ -0,0 +1,12 @@ +--- config.h.in.orig Sat Oct 5 13:48:12 2002 ++++ config.h.in Sat Oct 5 13:48:42 2002 +@@ -147,6 +147,9 @@ + /* Define if you have the header file. */ + #undef HAVE_NL_TYPES_H + ++/* Define if you have the header files. */ ++#undef HAVE_LANGINFO_H ++ + /* Define if you have the header file. */ + #undef HAVE_STDLIB_H + Property changes on: head/x11/gnomecore/files/patch-config.h.in ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11/gnomecore/files/patch-configure =================================================================== --- head/x11/gnomecore/files/patch-configure (revision 67359) +++ head/x11/gnomecore/files/patch-configure (revision 67360) @@ -1,31 +1,37 @@ - -$FreeBSD$ - ---- configure.orig Mon Jun 10 15:26:35 2002 -+++ configure Mon Jun 10 15:27:34 2002 +--- configure.orig Mon Sep 9 14:09:25 2002 ++++ configure Sat Oct 5 13:43:32 2002 @@ -5723,6 +5723,7 @@ # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" +$ac_aux_dir/ltconfig $LIBTOOL_DEPS # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' +@@ -7863,7 +7864,7 @@ + + + for ac_hdr in argz.h limits.h locale.h nl_types.h malloc.h string.h \ +-unistd.h sys/param.h ++unistd.h sys/param.h langinfo.h + do + ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` + echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 @@ -9299,7 +9300,7 @@ echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" -LIBS="-lXinerama $GTK_LIBS $LIBS" +LIBS="-lXinerama -lXext $GTK_LIBS $LIBS" cat > conftest.$ac_ext <&6 Property changes on: head/x11/gnomecore/files/patch-configure ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/x11/gnomecore/files/patch-panel_gnome-panel-screenshot.c =================================================================== --- head/x11/gnomecore/files/patch-panel_gnome-panel-screenshot.c (nonexistent) +++ head/x11/gnomecore/files/patch-panel_gnome-panel-screenshot.c (revision 67360) @@ -0,0 +1,12 @@ +--- panel/gnome-panel-screenshot.c.orig Sat Oct 5 13:38:16 2002 ++++ panel/gnome-panel-screenshot.c Sat Oct 5 13:38:51 2002 +@@ -53,7 +53,9 @@ + #include + + #include ++#ifdef HAVE_LANGINFO_H + #include ++#endif + + /* How far down the window tree will we search when looking for top-level + * windows? Some window managers doubly-reparent the client, so account Property changes on: head/x11/gnomecore/files/patch-panel_gnome-panel-screenshot.c ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property