summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2013-07-03 18:19:24 +0000
committerwiz <wiz>2013-07-03 18:19:24 +0000
commit1c26153207aed61d0f4ea88729d0c5212f263dd9 (patch)
treea9c0e62e64271ea0e1511e2ff7690af3ce5fe0d9
parentc44bb93f7f69f4e155581a83cc8425e497fef036 (diff)
downloadpkgsrc-1c26153207aed61d0f4ea88729d0c5212f263dd9.tar.gz
Fix previous.
-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