summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/pgeasy/files/Makefile-gentoo.patch')
-rw-r--r--dev-db/pgeasy/files/Makefile-gentoo.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/dev-db/pgeasy/files/Makefile-gentoo.patch b/dev-db/pgeasy/files/Makefile-gentoo.patch
new file mode 100644
index 000000000000..39e54c465a5a
--- /dev/null
+++ b/dev-db/pgeasy/files/Makefile-gentoo.patch
@@ -0,0 +1,9 @@
+--- Makefile.orig 2003-04-04 13:23:27.000000000 -0600
++++ Makefile 2003-04-04 13:25:14.000000000 -0600
+@@ -33,5 +33,5 @@
+ install:
+ install $(soname) $(POSTGRES_HOME)/lib
+ rm -f $(POSTGRES_HOME)/lib/$(TARGET).so
+- ln -s $(POSTGRES_HOME)/lib/$(soname) $(POSTGRES_HOME)/lib/$(TARGET).so
+ install -c $(TARGET).h $(POSTGRES_HOME)/include
++ cd ${POSTGRES_HOME}/lib && ln -s $(soname) $(TARGET).so