summaryrefslogtreecommitdiff
path: root/misc/hanzim
diff options
context:
space:
mode:
authorjoerg <joerg>2007-12-27 15:37:44 +0000
committerjoerg <joerg>2007-12-27 15:37:44 +0000
commita122becd55df3e4d8e72f62f405a879c4dc1f991 (patch)
tree6590a9e4149e82f143a71c0fa291e531f35a6f5b /misc/hanzim
parent1cce0650c6fc84ac7dd0fa0c3ad444f88a68d221 (diff)
downloadpkgsrc-a122becd55df3e4d8e72f62f405a879c4dc1f991.tar.gz
Fix pthread linkage.
Diffstat (limited to 'misc/hanzim')
-rw-r--r--misc/hanzim/distinfo4
-rw-r--r--misc/hanzim/patches/patch-aa4
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/hanzim/distinfo b/misc/hanzim/distinfo
index 958aa1e5843..27f6cf7ad0a 100644
--- a/misc/hanzim/distinfo
+++ b/misc/hanzim/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/01/16 13:18:29 rxg Exp $
+$NetBSD: distinfo,v 1.2 2007/12/27 15:37:44 joerg Exp $
SHA1 (hanzim-1.3.tgz) = f81cc5a5b382520f4304815f2e59488731cae9a6
RMD160 (hanzim-1.3.tgz) = 650b65017fdb271554995f886fa79f60586b3de8
Size (hanzim-1.3.tgz) = 570776 bytes
-SHA1 (patch-aa) = f47a47be817f6e3d4a7a40f3d217de0aa8b30f93
+SHA1 (patch-aa) = 98b7ef24a3a87d5ef1f7039999eaf888f254dc70
SHA1 (patch-ab) = cbbf10a46d6c2267074e30bf1684f7332f847d50
diff --git a/misc/hanzim/patches/patch-aa b/misc/hanzim/patches/patch-aa
index c73a89e0526..edf1b0ac92e 100644
--- a/misc/hanzim/patches/patch-aa
+++ b/misc/hanzim/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.1.1.1 2006/01/16 13:18:29 rxg Exp $
+$NetBSD: patch-aa,v 1.2 2007/12/27 15:37:44 joerg Exp $
--- Makefile.orig 2002-03-20 13:59:19.000000000 +0800
+++ Makefile
@@ -38,7 +38,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2006/01/16 13:18:29 rxg Exp $
# you might need to change "libtcl" and "libtk" to "libtcl8.x" and "libtk8.x"
-LIBS = $(LIBXDIR) $(LIBTCLDIR) -ltk -ltcl -lX11 -lm -ldl
-+LIBS = $(LIBXDIR) $(LIBTCLDIR) -ltk -ltcl -lX11 -lm -lpthread
++LIBS = $(LIBXDIR) $(LIBTCLDIR) -ltk -ltcl -lX11 -lm ${PTHREAD_LIBS} ${PTHREAD_LDADD}
INSTALL = install
RM = rm -f