diff options
author | agc <agc@pkgsrc.org> | 1998-02-17 15:29:55 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-02-17 15:29:55 +0000 |
commit | f9632bdc2b06c1fef28b88aa8ae4aec48c3c6333 (patch) | |
tree | d68df52a58370ca2b4d673f04221ee7643ff3a7d /databases/postgresql/patches/patch-ag | |
parent | e904242751d58625381535bd7207e025c7674e85 (diff) | |
download | pkgsrc-f9632bdc2b06c1fef28b88aa8ae4aec48c3c6333.tar.gz |
Initial import of Postgresql 6.2.1, an Object Relational Database
Management System, into the NetBSD packages collection, from the
FreeBSD port.
Diffstat (limited to 'databases/postgresql/patches/patch-ag')
-rw-r--r-- | databases/postgresql/patches/patch-ag | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/postgresql/patches/patch-ag b/databases/postgresql/patches/patch-ag new file mode 100644 index 00000000000..182772671c1 --- /dev/null +++ b/databases/postgresql/patches/patch-ag @@ -0,0 +1,11 @@ +--- 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 |