Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/web
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv7586/10.3/unstable/main/finkinfo/web

Modified Files:
        sitecopy.info sitecopy.patch 
Log Message:
Put builddir -I flags ahead of system-wide ones.


Index: sitecopy.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/web/sitecopy.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- sitecopy.patch      22 Dec 2006 18:21:39 -0000      1.4
+++ sitecopy.patch      22 Dec 2006 19:52:07 -0000      1.5
@@ -1,6 +1,18 @@
+diff -ru sitecopy-0.16.3/Makefile.in sitecopy-0.16.3-patched/Makefile.in
+--- sitecopy-0.16.3/Makefile.in        2006-02-04 05:06:02.000000000 -0500
++++ sitecopy-0.16.3-patched/Makefile.in        2006-12-22 14:15:06.000000000 
-0500
+@@ -26,7 +26,7 @@
+ INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/lib
+ CPPFLAGS = @CPPFLAGS@ @DEFS@ -DLOCALEDIR=\"$(localedir)\"
+ CFLAGS = @CFLAGS@
+-ALL_CFLAGS = $(CPPFLAGS) $(INCLUDES) $(CFLAGS)
++ALL_CFLAGS = $(INCLUDES) $(CFLAGS) $(CPPFLAGS)
+ LIBS = @NEON_LIBS@ @LIBINTL@ @LIBS@
+ CC = @CC@
+ 
 diff -ru sitecopy-0.16.3/configure sitecopy-0.16.3-patched/configure
---- sitecopy-0.16.3/configure  2006-03-12 11:09:54.000000000 +0100
-+++ sitecopy-0.16.3-patched/configure  2006-11-19 00:02:09.000000000 +0100
+--- sitecopy-0.16.3/configure  2006-03-12 05:09:54.000000000 -0500
++++ sitecopy-0.16.3-patched/configure  2006-12-22 14:23:26.000000000 -0500
 @@ -13576,7 +13576,7 @@
  
  
@@ -10,3 +22,24 @@
      NEON_NEED_XML_PARSER=yes
      neon_library_message="included libneon (${NEON_VERSION})"
  else
+@@ -22196,7 +22196,7 @@
+ fi
+ 
+ # This goes in CPPFLAGS so libneon/Makefile can pick up config.h
+-CPPFLAGS="$CPPFLAGS -I\$(top_builddir)"
++CPPFLAGS="-I\$(top_builddir) $CPPFLAGS"
+ 
+ 
+ 
+diff -ru sitecopy-0.16.3/lib/neon/Makefile.in 
sitecopy-0.16.3-patched/lib/neon/Makefile.in
+--- sitecopy-0.16.3/lib/neon/Makefile.in       2006-01-02 06:43:19.000000000 
-0500
++++ sitecopy-0.16.3-patched/lib/neon/Makefile.in       2006-12-22 
14:30:50.000000000 -0500
+@@ -32,7 +32,7 @@
+ # build of this directory, @LIBS@ may include -lneon.
+ LIBS = @NEON_LIBS@ @NEON_LTLIBS@
+ 
+-COMPILE = $(CC) $(CPPFLAGS) $(CFLAGS)
++COMPILE = $(CC) $(CFLAGS) $(CPPFLAGS)
+ LINK = $(LIBTOOL) --quiet --mode=link $(CC) -no-undefined $(LDFLAGS)
+ 
+ NEON_BASEOBJS = [EMAIL PROTECTED]@ [EMAIL PROTECTED]@             \

Index: sitecopy.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/web/sitecopy.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- sitecopy.info       22 Dec 2006 18:57:40 -0000      1.7
+++ sitecopy.info       22 Dec 2006 19:52:07 -0000      1.8
@@ -1,6 +1,6 @@
 Package: sitecopy
 Version: 0.16.3
-Revision: 2
+Revision: 3
 Maintainer: Max Horn <[EMAIL PROTECTED]>
 Depends: <<
   libxml2-shlibs,
@@ -35,6 +35,8 @@
 DescPort: <<
 Uses autoconf, but custom Makefiles. Not all Makefiles
 use CPPFLAGS, so we put the include path in CFLAGS, too.
+
+dmacks: move builddir -I flags ahead of systemwide ones
 <<
 DescPackaging: Previous versions by Christoph Pfisterer
 License: GPL


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to