From 5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 20 Mar 2021 14:27:17 +0000 Subject: gentoo resync : 20.03.2021 --- sci-libs/gts/files/gts-20111025-autotools.patch | 56 ------------------------- sci-libs/gts/files/gts-20121130-autotools.patch | 32 ++++++++++++++ 2 files changed, 32 insertions(+), 56 deletions(-) delete mode 100644 sci-libs/gts/files/gts-20111025-autotools.patch create mode 100644 sci-libs/gts/files/gts-20121130-autotools.patch (limited to 'sci-libs/gts/files') diff --git a/sci-libs/gts/files/gts-20111025-autotools.patch b/sci-libs/gts/files/gts-20111025-autotools.patch deleted file mode 100644 index 7ab3805e2477..000000000000 --- a/sci-libs/gts/files/gts-20111025-autotools.patch +++ /dev/null @@ -1,56 +0,0 @@ ---- doc/Makefile.am.orig -+++ doc/Makefile.am -@@ -9,7 +9,7 @@ DOC_MODULE=gts - DOC_MAIN_SGML_FILE=gts-docs.sgml - - # The directory containing the source code (if it contains documentation). --DOC_SOURCE_DIR=../src -+DOC_SOURCE_DIR=$(top_srcdir)/src - - TARGET_DIR=html/$(DOC_MODULE) - -@@ -21,10 +21,10 @@ scan: - templates: scan - gtkdoc-mktmpl --module=$(DOC_MODULE) - --sgml: -+sgml: scan - gtkdoc-mkdb --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) - --html: -+html: sgml - if ! test -d html ; then mkdir html ; fi - -cd html && gtkdoc-mkhtml $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE) - ---- src/Makefile.am.orig -+++ src/Makefile.am -@@ -66,10 +66,10 @@ predicates.o: predicates.c predicates_init.h predicates.h - $(COMPILE) -c $(srcdir)/predicates.c - - predicates_init: predicates_init.c rounding.h -- $(COMPILE) $(srcdir)/predicates_init.c -o $(srcdir)/predicates_init -+ $(COMPILE) $(srcdir)/predicates_init.c -o $(top_builddir)/src/predicates_init - - predicates_init.h: predicates_init -- ./predicates_init > $(srcdir)/predicates_init.h -+ $(top_builddir)/src/predicates_init > $(srcdir)/predicates_init.h - - CLEANFILES = $(BUILT_SOURCES) - ---- examples/Makefile.am.orig 2012-01-20 19:44:46.000000000 +0000 -+++ examples/Makefile.am 2012-01-20 19:45:04.000000000 +0000 -@@ -13,12 +13,10 @@ - NETPBM_EXTRA = happrox - endif - --bin_PROGRAMS = \ -+check_PROGRAMS = \ - transform \ - delaunay \ -- $(NETPBM_EXTRA) -- --noinst_PROGRAMS = \ -+ $(NETPBM_EXTRA) \ - set \ - volume \ - cleanup \ diff --git a/sci-libs/gts/files/gts-20121130-autotools.patch b/sci-libs/gts/files/gts-20121130-autotools.patch new file mode 100644 index 000000000000..2c651e9ba959 --- /dev/null +++ b/sci-libs/gts/files/gts-20121130-autotools.patch @@ -0,0 +1,32 @@ +--- a/doc/Makefile.am ++++ b/doc/Makefile.am +@@ -21,10 +21,10 @@ scan: + templates: scan + gtkdoc-mktmpl --module=$(DOC_MODULE) + +-sgml: ++sgml: scan + gtkdoc-mkdb --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) + +-html: ++html: sgml + if ! test -d html ; then mkdir html ; fi + -cd html && gtkdoc-mkhtml $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE) + +--- a/examples/Makefile.am ++++ b/examples/Makefile.am +@@ -13,12 +13,10 @@ + NETPBM_EXTRA = happrox + endif + +-bin_PROGRAMS = \ ++check_PROGRAMS = \ + transform \ + delaunay \ +- $(NETPBM_EXTRA) +- +-noinst_PROGRAMS = \ ++ $(NETPBM_EXTRA) \ + set \ + volume \ + cleanup \ -- cgit v1.2.3