diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-07-19 19:29:57 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-07-30 08:46:41 +0200 |
commit | 3e85c8c4859384b2e7860512dee265c8d18ec370 (patch) | |
tree | 7651bef4ad238b7146bfcac02f06ae99e39c6046 /dev-db/slony1 | |
parent | x11-terms/xfce4-terminal: Bump to 0.6.90, early GTK+3 release (diff) | |
download | gentoo-3e85c8c4859384b2e7860512dee265c8d18ec370.tar.gz gentoo-3e85c8c4859384b2e7860512dee265c8d18ec370.tar.bz2 gentoo-3e85c8c4859384b2e7860512dee265c8d18ec370.zip |
dev-db/*: remove unused patches.
Squash all commit messages into a single one.
Closes: https://github.com/gentoo/gentoo/pull/1936
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-db/slony1')
-rw-r--r-- | dev-db/slony1/files/slony1-2.1.1-ldflags.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-db/slony1/files/slony1-2.1.1-ldflags.patch b/dev-db/slony1/files/slony1-2.1.1-ldflags.patch deleted file mode 100644 index 35452ad3b852..000000000000 --- a/dev-db/slony1/files/slony1-2.1.1-ldflags.patch +++ /dev/null @@ -1,29 +0,0 @@ -diff -Naur a/Makefile.global.in b/Makefile.global.in ---- a/Makefile.global.in 2012-01-25 14:13:40.000000000 -0500 -+++ b/Makefile.global.in 2012-02-22 06:14:05.240047000 -0500 -@@ -80,7 +80,7 @@ - subdir=$(slony_subdir) - - override CPPFLAGS := -I${pgincludeserverdir} -I${pgincludedir} $(CPPFLAGS) --LDFLAGS = -L${pglibdir} -L${pgpkglibdir} -lpq @NLSLIB@ -+override LDFLAGS += -L${pglibdir} -L${pgpkglibdir} -lpq @NLSLIB@ - - ifeq ($(GCC), yes) - CFLAGS += -Wall -Wmissing-prototypes -Wmissing-declarations -diff -Naur a/makefiles/Makefile.linux b/makefiles/Makefile.linux ---- a/makefiles/Makefile.linux 2012-01-25 14:13:40.000000000 -0500 -+++ b/makefiles/Makefile.linux 2012-02-22 06:15:45.652523000 -0500 -@@ -12,9 +12,9 @@ - endif - - %.so: %.o -- $(CC) -shared -o $@ $< -+ $(CC) $(LDFLAGS) -shared -o $@ $< - - %.o: %.c -- $(CC) $(CFLAGS) $(CPPFLAGS) -c -o $@ $< -+ $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -c -o $@ $< - --sqlmansect = 7 -\ No newline at end of file -+sqlmansect = 7 |