summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/libpq/files/libpq-7.3-gentoo.patch')
-rw-r--r--dev-db/libpq/files/libpq-7.3-gentoo.patch72
1 files changed, 0 insertions, 72 deletions
diff --git a/dev-db/libpq/files/libpq-7.3-gentoo.patch b/dev-db/libpq/files/libpq-7.3-gentoo.patch
deleted file mode 100644
index 43d5c1e..0000000
--- a/dev-db/libpq/files/libpq-7.3-gentoo.patch
+++ /dev/null
@@ -1,72 +0,0 @@
-diff -Nru postgresql-7.3.15.orig/src/bin/pg_config/Makefile postgresql-7.3.15/src/bin/pg_config/Makefile
---- postgresql-7.3.15.orig/src/bin/pg_config/Makefile 2006-09-25 18:18:28.000000000 +0200
-+++ postgresql-7.3.15/src/bin/pg_config/Makefile 2006-09-25 18:19:18.000000000 +0200
-@@ -18,7 +18,7 @@
- chmod a+x $@
-
- install: all installdirs
-- $(INSTALL_SCRIPT) pg_config $(DESTDIR)$(bindir)/pg_config
-+ $(INSTALL_SCRIPT) pg_config $(DESTDIR)$(bindir)/pg_config-7.3
-
- installdirs:
- $(mkinstalldirs) $(DESTDIR)$(bindir)
-diff -Nru postgresql-7.3.15.orig/src/interfaces/libpq/Makefile postgresql-7.3.15/src/interfaces/libpq/Makefile
---- postgresql-7.3.15.orig/src/interfaces/libpq/Makefile 2006-09-25 18:18:28.000000000 +0200
-+++ postgresql-7.3.15/src/interfaces/libpq/Makefile 2006-09-25 18:20:40.000000000 +0200
-@@ -15,8 +15,10 @@
-
- # shared library parameters
- NAME= pq
--SO_MAJOR_VERSION= 3
--SO_MINOR_VERSION= 0
-+SO_MAJOR_VERSION= 7
-+SO_MINOR_VERSION= 3
-+
-+NAME_STATIC_LIB= $(NAME)-$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
-
- override CPPFLAGS := -I$(srcdir) $(CPPFLAGS) -DFRONTEND -DSYSCONFDIR='"$(sysconfdir)"'
-
-diff -Nru postgresql-7.3.15.orig/src/Makefile.shlib postgresql-7.3.15/src/Makefile.shlib
---- postgresql-7.3.15.orig/src/Makefile.shlib 2006-09-25 18:18:28.000000000 +0200
-+++ postgresql-7.3.15/src/Makefile.shlib 2006-09-25 18:19:18.000000000 +0200
-@@ -221,7 +221,7 @@
-
- all-lib: all-static-lib all-shared-lib
-
--all-static-lib: lib$(NAME).a
-+all-static-lib: lib$(NAME_STATIC_LIB).a
-
- all-shared-lib: $(shlib)
-
-@@ -231,7 +231,7 @@
- MK_NO_LORDER := true
- endif
-
--lib$(NAME).a: $(OBJS)
-+lib$(NAME_STATIC_LIB).a: $(OBJS)
- ifdef MK_NO_LORDER
- $(LINK.static) $@ $^
- else
-@@ -302,8 +302,8 @@
- .PHONY: install-lib install-lib-static install-lib-shared
- install-lib: install-lib-static install-lib-shared
-
--install-lib-static: lib$(NAME).a
-- $(INSTALL_STLIB) $< $(DESTDIR)$(libdir)/lib$(NAME).a
-+install-lib-static: lib$(NAME_STATIC_LIB).a
-+ $(INSTALL_STLIB) $< $(DESTDIR)$(libdir)/lib$(NAME_STATIC_LIB).a
-
- ifeq ($(enable_shared), yes)
- install-lib-shared: $(shlib)
-diff -Nru postgresql-7.3.15.orig/src/nls-global.mk postgresql-7.3.15/src/nls-global.mk
---- postgresql-7.3.15.orig/src/nls-global.mk 2006-09-25 18:18:28.000000000 +0200
-+++ postgresql-7.3.15/src/nls-global.mk 2006-09-25 18:19:18.000000000 +0200
-@@ -67,7 +67,7 @@
- install-po: all-po installdirs-po
- ifneq (,$(LANGUAGES))
- for lang in $(LANGUAGES); do \
-- $(INSTALL_DATA) po/$$lang.mo $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(CATALOG_NAME).mo || exit 1; \
-+ $(INSTALL_DATA) po/$$lang.mo $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(CATALOG_NAME)-7.3.mo || exit 1; \
- done
- endif
-