summaryrefslogtreecommitdiff
path: root/www/swish++/files
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-07-22 01:36:13 +0000
committerPatrick Li <pat@FreeBSD.org>2002-07-22 01:36:13 +0000
commite19c294b9bc7325130fa15fdf9f2ef1387d0a9a8 (patch)
tree70ca104b4f953c634002c72a41f6e3a0f9bf8bf5 /www/swish++/files
parentUpdate to 2.16 (diff)
Update to 5.9.3
PR: ports/40827 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=63354
Diffstat (limited to 'www/swish++/files')
-rw-r--r--www/swish++/files/patch-GNUmakefile15
1 files changed, 12 insertions, 3 deletions
diff --git a/www/swish++/files/patch-GNUmakefile b/www/swish++/files/patch-GNUmakefile
index ab51424a11af..af86a4a86b18 100644
--- a/www/swish++/files/patch-GNUmakefile
+++ b/www/swish++/files/patch-GNUmakefile
@@ -1,6 +1,15 @@
---- GNUmakefile.orig Sun Apr 7 00:01:09 2002
-+++ GNUmakefile Sun Apr 7 00:02:15 2002
-@@ -193,7 +193,7 @@
+--- GNUmakefile.orig Sat Jun 1 01:19:02 2002
++++ GNUmakefile Sun Jul 21 11:53:01 2002
+@@ -159,7 +159,7 @@
+ ##
+
+ extract: $(E_OBJECTS)
+- $(CC) $(CFLAGS) -o $@ $^ $(E_LINK)
++ $(CC) $(CFLAGS) -o $@ $^ $(PTHREAD_LIB)
+
+ index: $(I_OBJECTS) $(CHARSET_LIB) $(ENCODING_LIB) $(MOD_LIBS)
+ $(CC) $(CFLAGS) $(CHARSET_LIB_PATH) $(ENCODING_LIB_PATH) \
+@@ -208,7 +208,7 @@
cd $(I_BIN) && $(STRIP) $(CPP_TARGET)
install_lib: $(I_LIB)