summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2005-06-24 06:57:26 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2005-06-24 06:57:26 +0000
commit1a18616151f03d895f6f8885289ea0a831f48669 (patch)
tree348700b3ef8f9b8cf846af6d627d0d290eefccde /media-libs/openal/files
parentFix for vcl/gtk problem (diff)
downloadgentoo-2-1a18616151f03d895f6f8885289ea0a831f48669.tar.gz
gentoo-2-1a18616151f03d895f6f8885289ea0a831f48669.tar.bz2
gentoo-2-1a18616151f03d895f6f8885289ea0a831f48669.zip
include files now install to the proper location.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'media-libs/openal/files')
-rw-r--r--media-libs/openal/files/digest-openal-20050504-r1 (renamed from media-libs/openal/files/digest-openal-20050504)0
-rw-r--r--media-libs/openal/files/openal-20050504-destdir.patch4
2 files changed, 3 insertions, 1 deletions
diff --git a/media-libs/openal/files/digest-openal-20050504 b/media-libs/openal/files/digest-openal-20050504-r1
index fc84cbeaf891..fc84cbeaf891 100644
--- a/media-libs/openal/files/digest-openal-20050504
+++ b/media-libs/openal/files/digest-openal-20050504-r1
diff --git a/media-libs/openal/files/openal-20050504-destdir.patch b/media-libs/openal/files/openal-20050504-destdir.patch
index 0b595b199faf..f910c7f241e7 100644
--- a/media-libs/openal/files/openal-20050504-destdir.patch
+++ b/media-libs/openal/files/openal-20050504-destdir.patch
@@ -1,12 +1,14 @@
--- openal-20050504/linux/Makefile.in 2005-03-23 08:45:24.000000000 -0800
+++ openal-20050504.alsa/linux/Makefile.in 2005-05-04 16:44:04.054373792 -0700
-@@ -1,9 +1,8 @@
+@@ -1,9 +1,10 @@
INSTALL=@INSTALL@
LN_S=@LN_S@
-DESTDIR=@prefix@/
-DESTINC=$(DESTDIR)include
-DESTLIB=$(DESTDIR)lib
-DESTBIN=$(DESTDIR)bin
++prefix=@prefix@
++exec_prefix=@exec_prefix@
+DESTINC=$(DESTDIR)@includedir@
+DESTLIB=$(DESTDIR)@libdir@
+DESTBIN=$(DESTDIR)@bindir@