summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-07-03 18:19:24 +0000
committerwiz <wiz@pkgsrc.org>2013-07-03 18:19:24 +0000
commitda495694678cd072f6b4a47e8890276532c73aca (patch)
treea9c0e62e64271ea0e1511e2ff7690af3ce5fe0d9 /archivers
parent0e7fdba76eff585a72ec9d3f18135711b60d7f04 (diff)
downloadpkgsrc-da495694678cd072f6b4a47e8890276532c73aca.tar.gz
Fix previous.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/unrar/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/unrar/Makefile b/archivers/unrar/Makefile
index 11d48bde22c..5673b09f0d7 100644
--- a/archivers/unrar/Makefile
+++ b/archivers/unrar/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.69 2013/07/02 19:47:48 adam Exp $
+# $NetBSD: Makefile,v 1.70 2013/07/03 18:19:24 wiz Exp $
DISTNAME= unrarsrc-5.0.7
PKGNAME= ${DISTNAME:S/src//}
@@ -24,6 +24,8 @@ USE_TOOLS+= gmake
MAKE_FILE= makefile
MAKEFLAGS+= CXX=${CXX:Q} CXXFLAGS=${CXXFLAGS:Q} LDFLAGS=${LDFLAGS:Q}
+# usually set in Makefile, but overridden by line above
+LDFLAGS+= -pthread
WRKSRC= ${WRKDIR}/unrar