diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-08-13 15:38:45 +0200 |
---|---|---|
committer | Viorel Munteanu <ceamac@gentoo.org> | 2023-08-13 19:05:15 +0300 |
commit | 81ee4692ebbf5e0356813456ea64a4c6b53908bb (patch) | |
tree | f95b670c7d9a995ec9cb7bf53745e4d1adc19a64 /media-libs | |
parent | sci-libs/transformers: add safetensors deps (diff) | |
download | gentoo-81ee4692ebbf5e0356813456ea64a4c6b53908bb.tar.gz gentoo-81ee4692ebbf5e0356813456ea64a4c6b53908bb.tar.bz2 gentoo-81ee4692ebbf5e0356813456ea64a4c6b53908bb.zip |
media-libs/netpbm: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/32287
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/netpbm/files/netpbm-10.86.21-misc-deps.patch | 68 |
1 files changed, 0 insertions, 68 deletions
diff --git a/media-libs/netpbm/files/netpbm-10.86.21-misc-deps.patch b/media-libs/netpbm/files/netpbm-10.86.21-misc-deps.patch deleted file mode 100644 index 78c7670c9a8f..000000000000 --- a/media-libs/netpbm/files/netpbm-10.86.21-misc-deps.patch +++ /dev/null @@ -1,68 +0,0 @@ -do not autoprobe deps when we disabled them - ---- a/GNUmakefile -+++ b/GNUmakefile -@@ -75,7 +75,10 @@ - - PROG_SUBDIRS = converter analyzer editor generator other - PRODUCT_SUBDIRS = lib $(PROG_SUBDIRS) --SUPPORT_SUBDIRS = urt icon buildtools test -+SUPPORT_SUBDIRS = icon buildtools test -+ifeq ($(URTLIB),$(BUNDLED_URTLIB)) -+SUPPORT_SUBDIRS += urt -+endif - - SUBDIRS = $(PRODUCT_SUBDIRS) $(SUPPORT_SUBDIRS) - ---- a/converter/other/Makefile -+++ b/converter/other/Makefile -@@ -7,6 +7,7 @@ - - include $(BUILDDIR)/config.mk - -+ifneq ($(XML2_LIBS),NONE) - TEST_PKGCONFIG_LIBXML2 = if $(PKG_CONFIG) libxml-2.0; then echo exists; fi - - ifneq ($(shell $(TEST_PKGCONFIG_LIBXML2)),) -@@ -22,6 +23,7 @@ - XML2_CFLAGS=$(shell xml2-config --cflags) - endif - endif -+endif - - SUBDIRS = jbig pnmtopalm jpeg2000 cameratopam pamtosvg - ifneq ($(BUILD_FIASCO), N) -@@ -34,6 +36,7 @@ - endif - endif - -+ifneq ($(PNGLIB),NONE) - TEST_PKGCONFIG_LIBPNG = if $(PKG_CONFIG) libpng$(PNGVER); then echo exists; fi - - ifneq ($(shell $(TEST_PKGCONFIG_LIBPNG)),) -@@ -58,6 +61,7 @@ - endif - endif - endif -+endif - - ifneq ($(JPEGLIB),NONE) - ifneq ($(JPEGHDR_DIR)x,x) ---- a/other/pamx/Makefile -+++ b/other/pamx/Makefile -@@ -9,6 +9,7 @@ - - EXTERN_INCLUDE = - -+ifneq ($(X11LIB),NONE) - ifeq ($(shell $(PKG_CONFIG) x11 --modversion --silence-errors),) - # Pkg-config has never heard of X11, or doesn't even exist - -@@ -23,6 +24,7 @@ - X11LIB = $(shell $(PKG_CONFIG) x11 --libs) - EXTERN_INCLUDES += $(shell $(PKG_CONFIG) x11 --cflags) - endif -+endif - - ifeq ($(HAVE_X11LIB),Y) - PORTBINARIES += pamx |