summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2012-11-07 22:35:55 +0000
committeradam <adam@pkgsrc.org>2012-11-07 22:35:55 +0000
commit9b5d130986e24bc60086a7645b217e190c5bf9de (patch)
treed20d3ae24e5128c14888b0a9ee715a21eaa91cf1 /archivers
parentdd09f0d80373a290964d6af027f2a725e211de83 (diff)
downloadpkgsrc-9b5d130986e24bc60086a7645b217e190c5bf9de.tar.gz
Use pkgsrc provided CXX and CXXFLAGS
Diffstat (limited to 'archivers')
-rw-r--r--archivers/unrar/distinfo3
-rw-r--r--archivers/unrar/patches/patch-makefile.unix15
2 files changed, 17 insertions, 1 deletions
diff --git a/archivers/unrar/distinfo b/archivers/unrar/distinfo
index 00ebd9641b3..d42971b2090 100644
--- a/archivers/unrar/distinfo
+++ b/archivers/unrar/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.45 2012/09/14 14:09:16 wiz Exp $
+$NetBSD: distinfo,v 1.46 2012/11/07 22:35:55 adam Exp $
SHA1 (unrarsrc-4.2.4.tar.gz) = 1cc29603fb4e4df16a3aa9bfc7da1afaf0923259
RMD160 (unrarsrc-4.2.4.tar.gz) = 53a590ed2a71be86a0a7abfe9c37ddc8dc869800
Size (unrarsrc-4.2.4.tar.gz) = 164641 bytes
SHA1 (patch-ac) = 4ee81900eff28a01fa609e548a72cfad3f352700
SHA1 (patch-consio.cpp) = 341dd714b165fabf3dec0213b9bb3e57dcc146f5
+SHA1 (patch-makefile.unix) = 9c8b428d616fb8f9caeddd6bbe65e4902763b0c2
diff --git a/archivers/unrar/patches/patch-makefile.unix b/archivers/unrar/patches/patch-makefile.unix
new file mode 100644
index 00000000000..21c94167f4b
--- /dev/null
+++ b/archivers/unrar/patches/patch-makefile.unix
@@ -0,0 +1,15 @@
+$NetBSD: patch-makefile.unix,v 1.1 2012/11/07 22:35:55 adam Exp $
+
+Use pkgsrc provided CXX and CXXFLAGS.
+
+--- makefile.unix.orig 2012-11-07 22:31:22.000000000 +0000
++++ makefile.unix
+@@ -2,8 +2,6 @@
+ # Makefile for UNIX - unrar
+
+ # Linux using GCC
+-CXX=g++
+-CXXFLAGS=-O2
+ LIBFLAGS=-fPIC
+ DEFINES=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
+ STRIP=strip