summaryrefslogtreecommitdiff
path: root/media-gfx/exact-image/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-09-15 10:49:51 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-09-15 10:49:51 +0100
commitea3e1bbf643d1d8892f4df05e4f05c1b2a2125d8 (patch)
tree60dac1902fc2665fd22fc2e4e4a60186cc7e361b /media-gfx/exact-image/files
parentefca79f216bfeffd55e7731fbf24126d093e1084 (diff)
gentoo auto-resync : 15:09:2023 - 10:49:51
Diffstat (limited to 'media-gfx/exact-image/files')
-rw-r--r--media-gfx/exact-image/files/exact-image-1.0.2-php.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/media-gfx/exact-image/files/exact-image-1.0.2-php.patch b/media-gfx/exact-image/files/exact-image-1.0.2-php.patch
deleted file mode 100644
index 787d71335f38..000000000000
--- a/media-gfx/exact-image/files/exact-image-1.0.2-php.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/api/php/Makefile 2020-10-06 08:28:04.511865454 +0200
-+++ b/api/php/Makefile 2020-10-06 08:28:18.109638538 +0200
-@@ -8,7 +8,7 @@
-
- $($(X_MODULE)_OUTPUT)/api-php-wrap.cc: $(X_MODULE)/../api.hh $(X_MODULE)/../api-swig.hh
- $(Q)echo " SWIG $(dir $@)"
-- $(Q)swig -php5 -c++ -outdir $(dir $@) -o '$@' $(X_MODULE)/../api-swig.hh
-+ $(Q)swig -php7 -c++ -outdir $(dir $@) -o '$@' $(X_MODULE)/../api-swig.hh
-
- # we have an own install
- _X_BUILD_IMPLICIT := $(_X_BUILD_IMPLICIT)