diff options
author | tv <tv@pkgsrc.org> | 2005-06-05 18:04:37 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-06-05 18:04:37 +0000 |
commit | ff22b74536091b637b27462bfe0c134557435bdf (patch) | |
tree | 8d61cb68be326dd2428496b31c00b059d102b6c8 /devel/libtool-base | |
parent | 6e0c57e044905677e2c9e80d0114c600bd86174c (diff) | |
download | pkgsrc-ff22b74536091b637b27462bfe0c134557435bdf.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/Makefile | 4 |
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) |