summaryrefslogtreecommitdiff
path: root/net/csup/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'net/csup/patches/patch-aa')
-rw-r--r--net/csup/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/csup/patches/patch-aa b/net/csup/patches/patch-aa
new file mode 100644
index 00000000000..f46b21962c8
--- /dev/null
+++ b/net/csup/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2007/02/16 12:06:39 xtraeme Exp $
+
+--- GNUmakefile.orig 2006-03-13 23:17:59.000000000 +0100
++++ GNUmakefile
+@@ -29,7 +29,7 @@ ifeq ($(UNAME), Darwin)
+ CFLAGS+= -DHAVE_FFLAGS
+ endif
+ CFLAGS+= $(WARNS)
+-LDFLAGS= -L$(PREFIX)/lib -lcrypto -lz -lpthread
++LDFLAGS= -L$(PREFIX)/lib -lcrypto -lz ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}
+
+ .PHONY: all clean install
+