summaryrefslogtreecommitdiff
path: root/databases/postgresql/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql/patches/patch-ag')
-rw-r--r--databases/postgresql/patches/patch-ag11
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/postgresql/patches/patch-ag b/databases/postgresql/patches/patch-ag
deleted file mode 100644
index 182772671c1..00000000000
--- a/databases/postgresql/patches/patch-ag
+++ /dev/null
@@ -1,11 +0,0 @@
---- interfaces/libpq/Makefile.orig Sun Oct 5 02:00:11 1997
-+++ interfaces/libpq/Makefile Sun Oct 5 02:00:31 1997
-@@ -151,7 +151,7 @@
- install-shlib: $(shlib)
- $(INSTALL) $(INSTL_LIB_OPTS) $(shlib) $(DESTDIR)$(LIBDIR)/$(shlib)
- rm -f $(DESTDIR)$(LIBDIR)/libpq.so
-- ln -s libpq.so.1 $(DESTDIR)$(LIBDIR)/libpq.so
-+ ln -s libpq.so.1.0 $(DESTDIR)$(LIBDIR)/libpq.so
-
- depend dep:
- $(CC) -MM $(INCLUDE_OPT) *.c >depend