summaryrefslogtreecommitdiff
path: root/devel/libtool-base
diff options
context:
space:
mode:
authortv <tv>2005-06-05 18:04:37 +0000
committertv <tv>2005-06-05 18:04:37 +0000
commit1a7144f5c6e1ae8c237d7f3717d4a323ca640b7f (patch)
tree8d61cb68be326dd2428496b31c00b059d102b6c8 /devel/libtool-base
parent027b3ef75c3db18f27d2b17765ba14b8c13b649a (diff)
downloadpkgsrc-1a7144f5c6e1ae8c237d7f3717d4a323ca640b7f.tar.gz
nb3: Add OS-specific fix for -pthread on DragonFly, based on work by
Joerg Sonnenberger <joerg@britannica.bec.de>.
Diffstat (limited to 'devel/libtool-base')
-rw-r--r--devel/libtool-base/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libtool-base/Makefile b/devel/libtool-base/Makefile
index 07e061bb71d..0d682854bac 100644
--- a/devel/libtool-base/Makefile
+++ b/devel/libtool-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2005/05/22 19:11:12 jlam Exp $
+# $NetBSD: Makefile,v 1.68 2005/06/05 18:04:37 tv Exp $
###########################################################################
###########################################################################
@@ -26,7 +26,7 @@
.include "../../devel/libtool/Makefile.common"
PKGNAME= ${DISTNAME:S/-/-base-/}
-PKGREVISION= 2
+PKGREVISION= 3
SVR4_PKGNAME= ltoob
COMMENT= Generic shared library support script (the script itself)