Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/text
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv14072

Modified Files:
        ghostscript.patch 
Log Message:
update to 9.10

Index: ghostscript.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/text/ghostscript.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ghostscript.patch   9 May 2012 11:37:32 -0000       1.1
+++ ghostscript.patch   10 Sep 2013 20:42:09 -0000      1.2
@@ -1,1780 +1,7 @@
-diff -Naur ghostscript-9.02.orig/base/configure.ac 
ghostscript-9.02/base/configure.ac
---- ghostscript-9.02.orig/base/configure.ac    2011-07-14 16:00:28.000000000 
-0700
-+++ ghostscript-9.02/base/configure.ac 2011-07-16 18:54:41.000000000 -0700
-@@ -396,7 +396,7 @@
-     ])
- fi
- if test x$with_libpaper != xno; then
--    LIBS="$LIBS -lpaper"
-+    LIBS="$LIBS -L${LPLIBDIR} -Wl,-R${LPLIBDIR} -lpaper"
-     AC_DEFINE(USE_LIBPAPER, 1, [Using libpaper])
-     CFLAGS="$CFLAGS -DUSE_LIBPAPER"
[...14064 lines suppressed...]
+ pngalpha_open(gx_device * pdev)
+diff -uNr ghostscript-9.10/psi/imainarg.c ghostscript-9.10.fink/psi/imainarg.c
+--- ghostscript-9.10/psi/imainarg.c    2013-08-30 06:37:28.000000000 -0400
++++ ghostscript-9.10.fink/psi/imainarg.c       2013-09-10 15:51:36.000000000 
-0400
+@@ -212,6 +212,11 @@
+ #endif
          }
      }
 +
-+    code = gs_main_init1(minst);
-+    if (code < 0)
-+      return code;
++      code = gs_main_init1(minst);
++      if (code < 0)
++              return code;
 +
-     while ((arg = arg_next(&args, &code)) != 0) {
+     while ((arg = arg_next(&args, &code, minst->heap)) != 0) {
          switch (*arg) {
              case '-':


------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to