diff options
author | tv <tv> | 2005-01-21 02:39:23 +0000 |
---|---|---|
committer | tv <tv> | 2005-01-21 02:39:23 +0000 |
commit | 0cd4e78889b8d35b6b35dcf82981d361dd2f63ed (patch) | |
tree | e07b310ac04de7ad3228b6806bd301c58c424f6a /archivers/pbzip2/Makefile | |
parent | 07b02d3e0c35e303bc710548887d9d9c513b9e75 (diff) | |
download | pkgsrc-0cd4e78889b8d35b6b35dcf82981d361dd2f63ed.tar.gz |
Use PTHREAD_AUTO_VARS to get the correct compile options; fixes Interix.
Diffstat (limited to 'archivers/pbzip2/Makefile')
-rw-r--r-- | archivers/pbzip2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/pbzip2/Makefile b/archivers/pbzip2/Makefile index 1e62afda802..158f59a5237 100644 --- a/archivers/pbzip2/Makefile +++ b/archivers/pbzip2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/01/12 13:45:27 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2005/01/21 02:39:23 tv Exp $ # DISTNAME= pbzip2-0.8.3 @@ -10,6 +10,7 @@ HOMEPAGE= http://compression.ca/pbzip2/ COMMENT= Parallel implementation of the bzip2 block-sorting file compressor USE_BUILDLINK3= yes +PTHREAD_AUTO_VARS= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pbzip2 ${PREFIX}/bin |