diff options
author | joerg <joerg@pkgsrc.org> | 2007-12-27 15:37:44 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-12-27 15:37:44 +0000 |
commit | 7dc753f91ae014187f8e8a0ab2a19bf2327d3075 (patch) | |
tree | 6590a9e4149e82f143a71c0fa291e531f35a6f5b /misc/hanzim | |
parent | 85970cf9f05b2034ec1c9e5c8607cd88717a4213 (diff) | |
download | pkgsrc-7dc753f91ae014187f8e8a0ab2a19bf2327d3075.tar.gz |
Fix pthread linkage.
Diffstat (limited to 'misc/hanzim')
-rw-r--r-- | misc/hanzim/distinfo | 4 | ||||
-rw-r--r-- | misc/hanzim/patches/patch-aa | 4 |
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 |