summaryrefslogtreecommitdiff
path: root/databases/postgresql81/patches/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql81/patches/patch-aj')
-rw-r--r--databases/postgresql81/patches/patch-aj30
1 files changed, 30 insertions, 0 deletions
diff --git a/databases/postgresql81/patches/patch-aj b/databases/postgresql81/patches/patch-aj
new file mode 100644
index 00000000000..e0fda5a858f
--- /dev/null
+++ b/databases/postgresql81/patches/patch-aj
@@ -0,0 +1,30 @@
+$NetBSD: patch-aj,v 1.1 2006/12/01 20:10:18 joerg Exp $
+
+--- contrib/tsearch2/snowball/Makefile.orig 2005-10-18 01:30:48.000000000 +0000
++++ contrib/tsearch2/snowball/Makefile
+@@ -1,6 +1,6 @@
+ # $PostgreSQL: pgsql/contrib/tsearch2/snowball/Makefile,v 1.8 2005/10/18 01:30:48 tgl Exp $
+
+-SUBOBJS = english_stem.o api.o russian_stem.o utilities.o
++SUBOBJS = english_stem.lo api.lo russian_stem.lo utilities.lo
+
+ EXTRA_CLEAN = SUBSYS.o $(SUBOBJS)
+
+@@ -14,13 +14,14 @@ subdir = contrib/tsearch2/snowball
+ top_builddir = ../../..
+ include $(top_builddir)/src/Makefile.global
+ include $(top_srcdir)/contrib/contrib-global.mk
++include $(top_srcdir)/src/Makefile.shlib
+ endif
+
+ override CFLAGS += $(CFLAGS_SL)
+
+-all: SUBSYS.o
++all: libSUBSYS.la
+
+-SUBSYS.o: $(SUBOBJS)
+- $(LD) $(LDREL) $(LDOUT) $@ $^
++libSUBSYS.la: $(SUBOBJS)
++ libtool --mode=link ${CC} -o libSUBSYS.la ${SUBOBJS}
+
+