summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2018-03-09 11:33:20 -0500
committerAaron W. Swenson <titanofold@gentoo.org>2018-03-09 11:33:20 -0500
commitaf7bf25a30ffe5beb3b1bde26a568fd2bdc318ca (patch)
tree151ef7a664352965841dbbc6eaec6f70c55ae768 /dev-db/slony1/files
parentprofiles/arch/amd64-fbsd: Force sys-devel/clang[default-libcxx] (diff)
downloadgentoo-af7bf25a30ffe5beb3b1bde26a568fd2bdc318ca.tar.gz
gentoo-af7bf25a30ffe5beb3b1bde26a568fd2bdc318ca.tar.bz2
gentoo-af7bf25a30ffe5beb3b1bde26a568fd2bdc318ca.zip
dev-db/slony1: Cleanup old
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-db/slony1/files')
-rw-r--r--dev-db/slony1/files/slony1-2.1.2-ldflags.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/dev-db/slony1/files/slony1-2.1.2-ldflags.patch b/dev-db/slony1/files/slony1-2.1.2-ldflags.patch
deleted file mode 100644
index 038b2ee20fb5..000000000000
--- a/dev-db/slony1/files/slony1-2.1.2-ldflags.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-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