Update of /cvsroot/fink/experimental/dmacks/finkinfo
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25413

Modified Files:
        libgs8.64.info libgs8.64.patch 
Log Message:
Some -I ordering cleanups


Index: libgs8.64.patch
===================================================================
RCS file: /cvsroot/fink/experimental/dmacks/finkinfo/libgs8.64.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libgs8.64.patch     16 Mar 2009 16:36:21 -0000      1.1
+++ libgs8.64.patch     5 May 2009 18:56:36 -0000       1.2
@@ -117,6 +117,18 @@
  # All top-level makefiles define GLD.
  #GLD=$(GLGEN)
  # Define the name of this makefile.
+diff -Nurd -x'*~' ghostscript-8.64.orig/base/libpng.mak 
ghostscript-8.64/base/libpng.mak
+--- ghostscript-8.64.orig/base/libpng.mak      2008-09-18 19:55:26.000000000 
-0400
++++ ghostscript-8.64/base/libpng.mak   2009-05-05 14:05:03.000000000 -0400
+@@ -56,7 +56,7 @@
+ PZGEN=$(ZGENDIR)$(D)
+ 
+ # PI_ and PF_ are defined in gs.mak.
+-PNGCC=$(CC_) $(I_)$(PI_)$(_I) $(PF_) $(D_)PNG_NO_ASSEMBLER_CODE$(_D)
++PNGCC=$(CC)  $(I_)$(PI_)$(_I) $(PF_) $(D_)PNG_NO_ASSEMBLER_CODE$(_D) 
$(CCFLAGS)
+ 
+ # Define the name of this makefile.
+ LIBPNG_MAK=$(GLSRC)libpng.mak
 diff -Nurd -x'*~' ghostscript-8.64.orig/base/unix-aux.mak 
ghostscript-8.64/base/unix-aux.mak
 --- ghostscript-8.64.orig/base/unix-aux.mak    2009-01-08 04:17:18.000000000 
-0500
 +++ ghostscript-8.64/base/unix-aux.mak 2009-03-16 01:26:48.000000000 -0400
@@ -289,6 +301,18 @@
  
  # ---------------------------- End of options --------------------------- #
  
+diff -Nurd -x'*~' ghostscript-8.64.orig/base/zlib.mak 
ghostscript-8.64/base/zlib.mak
+--- ghostscript-8.64.orig/base/zlib.mak        2007-06-05 18:23:38.000000000 
-0400
++++ ghostscript-8.64/base/zlib.mak     2009-05-05 14:04:22.000000000 -0400
+@@ -49,7 +49,7 @@
+ # syntax from other compilers.
+ # ZI_ and ZF_ are defined in gs.mak.
+ ZCCFLAGS=$(I_)$(ZI_)$(_I) $(ZF_) $(D_)verbose$(_D_)-1$(_D)
+-ZCC=$(CC_) $(ZCCFLAGS)
++ZCC=$(CC)  $(ZCCFLAGS) $(CCFLAGS)
+ 
+ # Define the name of this makefile.
+ ZLIB_MAK=$(GLSRC)zlib.mak
 diff -Nurd -x'*~' ghostscript-8.64.orig/configure ghostscript-8.64/configure
 --- ghostscript-8.64.orig/configure    2009-02-03 12:29:53.000000000 -0500
 +++ ghostscript-8.64/configure 2009-03-16 01:26:48.000000000 -0400

Index: libgs8.64.info
===================================================================
RCS file: /cvsroot/fink/experimental/dmacks/finkinfo/libgs8.64.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libgs8.64.info      16 Mar 2009 16:36:21 -0000      1.1
+++ libgs8.64.info      5 May 2009 18:56:36 -0000       1.2
@@ -12,7 +12,7 @@
 Depends: %n-shlibs (= %v-%r)
 BuildDependsOnly: true
 PatchFile: %n.patch
-PatchFile-MD5: c63bdfcdb198b072a9f3534f18e2090a
+PatchFile-MD5: 90aeef3a78209f9e2c95578a98ffce64
 PatchScript: <<
        %{default_script}
 
@@ -96,17 +96,17 @@
        Remember to pass necessary -l and -L flags rather than local
        object files if if using external libs.
 
-       Use external libs whenever possible and adjust makefiles to
-       pass fink -I and -L flags for them:
-               expat (use included until we know for sure)
-               icclib (use included--just a truncated/subset of full)
-               ijs (no support for external)
-               imdi (use included until we know for sure)
-               jasper (use included--needs customized lib)
-               jbig2dec (use fink's)
-               jpeg (use included--needs customized lib)
-               libpng (use fink's)
-               zlib (use system)
+#      Use external libs whenever possible and adjust makefiles to
+#      pass fink -I and -L flags for them:
+#              expat (use included until we know for sure)
+#              icclib (use included--just a truncated/subset of full)
+#              ijs (no support for external)
+#              imdi (use included until we know for sure)
+#              jasper (use included--needs customized lib)
+#              jbig2dec (use fink's)
+#              jpeg (use included--needs customized lib)
+#              libpng (use fink's)
+#              zlib (use system)
        Hard to get any of this to work correctly with external libs,
        so go with on-board for everything for now.
 


------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to