summaryrefslogtreecommitdiff
path: root/devel/libebml
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2005-06-06 21:11:36 +0000
committersalo <salo@pkgsrc.org>2005-06-06 21:11:36 +0000
commit238c45c9d635261e01c3f2bee841720daa758ecb (patch)
tree8d3b939e699b8d8746635cd5d61b7734bcae7b92 /devel/libebml
parent4bd4ee244e72a0b7bdcbef0338ccd81f517836ad (diff)
downloadpkgsrc-238c45c9d635261e01c3f2bee841720daa758ecb.tar.gz
Force PREFIX.
Addresses PR pkg/30118, althought i can't reproduce it at all..
Diffstat (limited to 'devel/libebml')
-rw-r--r--devel/libebml/distinfo4
-rw-r--r--devel/libebml/patches/patch-aa16
2 files changed, 13 insertions, 7 deletions
diff --git a/devel/libebml/distinfo b/devel/libebml/distinfo
index 62569bdce73..960f4649349 100644
--- a/devel/libebml/distinfo
+++ b/devel/libebml/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2005/05/30 16:31:08 salo Exp $
+$NetBSD: distinfo,v 1.11 2005/06/06 21:11:36 salo Exp $
SHA1 (libebml-0.7.5.tar.bz2) = a12a63fa6970df166cbb8087f30f9918775e1614
RMD160 (libebml-0.7.5.tar.bz2) = f72efa761b80c591dbb227837b0feaee4ba24c7a
Size (libebml-0.7.5.tar.bz2) = 54398 bytes
-SHA1 (patch-aa) = 97ae2bfb8554556d5389ec02aee84e7162282d73
+SHA1 (patch-aa) = 839ddb941d985f5d8696e878736f8c3d5def13ef
diff --git a/devel/libebml/patches/patch-aa b/devel/libebml/patches/patch-aa
index c0d56db2ff6..42374bfa819 100644
--- a/devel/libebml/patches/patch-aa
+++ b/devel/libebml/patches/patch-aa
@@ -1,9 +1,15 @@
-$NetBSD: patch-aa,v 1.6 2005/02/17 10:52:02 salo Exp $
+$NetBSD: patch-aa,v 1.7 2005/06/06 21:11:36 salo Exp $
---- make/linux/Makefile.orig 2005-02-06 19:11:15.000000000 +0100
-+++ make/linux/Makefile 2005-02-16 18:40:28.000000000 +0100
-@@ -20,11 +20,11 @@
- includedir=$(prefix)/include/ebml
+--- make/linux/Makefile.orig 2005-04-19 08:56:06.000000000 +0200
++++ make/linux/Makefile 2005-06-06 23:07:55.000000000 +0200
+@@ -16,15 +16,15 @@
+ else
+ prefix=/usr/local
+ endif
+-libdir=$(prefix)/lib
+-includedir=$(prefix)/include/ebml
++libdir=$(PREFIX)/lib
++includedir=$(PREFIX)/include/ebml
# Programs
-CXX=g++