]> git.pld-linux.org Git - packages/cups-filters.git/blobdiff - cups-filters-php.patch
- relup, rebuild against qpdf-10.3.x
[packages/cups-filters.git] / cups-filters-php.patch
index eebe40f6eec53ac6d7bc58e4a83d67123ccd876f..122d4e5d276406bc1a55feb498a1b670fac832b5 100644 (file)
@@ -11,7 +11,7 @@
  # =========
 --- cups-filters-1.0.41/Makefile.am.orig       2013-12-01 10:26:49.831484169 +0100
 +++ cups-filters-1.0.41/Makefile.am    2013-12-01 10:37:08.568124870 +0100
-@@ -696,7 +696,7 @@
+@@ -696,8 +696,8 @@
        scripting/php/phpcups.c \
        scripting/php/phpcups.h
  libphpcups_la_LIBADD = $(CUPS_LIBS)
@@ -19,8 +19,9 @@
 -libphpcups_la_LDFLAGS = -no-undefined
 +libphpcups_la_CFLAGS = $(CUPS_CFLAGS) $(PHP_CFLAGS)
 +libphpcups_la_LDFLAGS = -module -avoid-version -shared -no-undefined
- endif # WITH_PHP
  
+ EXTRA_DIST += \
+       scripting/perl \
 --- cups-filters-1.0.41/scripting/php/phpcups.c.orig   2012-06-22 18:10:47.000000000 +0200
 +++ cups-filters-1.0.41/scripting/php/phpcups.c        2013-12-01 10:50:16.171425151 +0100
 @@ -29,12 +29,16 @@
  #  include <fcntl.h>
  #  include <sys/stat.h>
  #  if defined(WIN32) || defined(__EMX__)
+diff -urN cups-filters-1.0.53.orig/scripting/php/phpcups.c cups-filters-1.0.53/scripting/php/phpcups.c
+--- cups-filters-1.0.53.orig/scripting/php/phpcups.c   2014-05-01 18:48:49.622212848 +0200
++++ cups-filters-1.0.53/scripting/php/phpcups.c        2014-05-01 18:49:21.228878551 +0200
+@@ -44,7 +44,7 @@
+  * PHP function list...
+  */
+-function_entry phpcups_functions[] =
++zend_function_entry phpcups_functions[] =
+ {
+   PHP_FE(cups_cancel_job, NULL)
+   PHP_FE(cups_get_dests, NULL)
This page took 0.117759 seconds and 4 git commands to generate.