summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2017-12-01 16:20:09 +0100
committerDavid Seifert <soap@gentoo.org>2017-12-23 14:12:15 +0100
commitaae08e67bf31c1fd930cc89e1d6a78389dc7e54f (patch)
tree6d13ba9e05e26c1f0062e1241c998c8fec6fd089 /dev-libs/zthread
parentsci-misc/netlogo-bin: remove unused file (diff)
downloadgentoo-aae08e67bf31c1fd930cc89e1d6a78389dc7e54f.tar.gz
gentoo-aae08e67bf31c1fd930cc89e1d6a78389dc7e54f.tar.bz2
gentoo-aae08e67bf31c1fd930cc89e1d6a78389dc7e54f.zip
dev-libs/zthread: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/6372
Diffstat (limited to 'dev-libs/zthread')
-rw-r--r--dev-libs/zthread/files/zthread-2.3.2-automake.patch45
1 files changed, 0 insertions, 45 deletions
diff --git a/dev-libs/zthread/files/zthread-2.3.2-automake.patch b/dev-libs/zthread/files/zthread-2.3.2-automake.patch
deleted file mode 100644
index f2eae68c505b..000000000000
--- a/dev-libs/zthread/files/zthread-2.3.2-automake.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-use standard automake rules rather than hand coding the install rules
-
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -24,24 +24,13 @@
- MIT.TXT \
- depcomp
-
-+bin_SCRIPTS = share/zthread-config
-
--## install the config script
--install-exec-hook:
-- $(mkinstalldirs) $(bindir)
-- $(INSTALL_PROGRAM) $(top_srcdir)/share/zthread-config $(bindir)
-+aclocaldir = $(datadir)/aclocal
-+aclocal_DATA = share/zthread.m4 share/pthread.m4
-
--## install the config script & m4 macros
--install-data-hook:
-- $(mkinstalldirs) $(datadir)/aclocal
-- $(INSTALL_DATA) $(top_srcdir)/share/zthread.m4 $(datadir)/aclocal
-- $(INSTALL_DATA) $(top_srcdir)/share/pthread.m4 $(datadir)/aclocal
-- mkdir -p $(DESTDIR)$(includedir)/zthread
-- cp -pR $(top_srcdir)/include/zthread $(DESTDIR)$(includedir)/
--
--## uninstall the config script & m4 macros
--uninstall-local:
-- -rm -rf $(datadir)/aclocal/pthread.m4
-- -rm -rf $(datadir)/aclocal/zthread.m4
-+zincludedir = $(includedir)/zthread
-+zinclude_HEADERS = include/zthread/*.h
-
- distclean-local:
- -rm -rf $(top_srcdir)/$(PACKAGE)-$(VERSION).tar.gz
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -21,8 +21,6 @@
- INCLUDES = -I$(top_srcdir)/include
- SUBDIRS=.
-
--libdir=$(prefix)/lib
--
- lib_LTLIBRARIES = libZThread.la
-
- libZThread_la_LIBADD=@LINKER_OPTIONS@ @EXTRA_LINKER_OPTIONS@