pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/unrar Fix previous.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6b47994cf979
branches:  trunk
changeset: 621035:6b47994cf979
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jul 03 18:19:24 2013 +0000

description:
Fix previous.

diffstat:

 archivers/unrar/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r e96a6398f90f -r 6b47994cf979 archivers/unrar/Makefile
--- a/archivers/unrar/Makefile  Wed Jul 03 18:18:13 2013 +0000
+++ b/archivers/unrar/Makefile  Wed Jul 03 18:19:24 2013 +0000
@@ -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 @@
 
 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
 



Home | Main Index | Thread Index | Old Index