]> git.pld-linux.org Git - packages/OpenAL.git/commitdiff
- allows using proper prefix (via $(prefix) in Makefile)
authorfastviper <fastviper@poczta.onet.pl>
Sat, 22 Dec 2001 00:29:00 +0000 (00:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    OpenAL-prefix.patch -> 1.1

OpenAL-prefix.patch [new file with mode: 0644]

diff --git a/OpenAL-prefix.patch b/OpenAL-prefix.patch
new file mode 100644 (file)
index 0000000..a18e93a
--- /dev/null
@@ -0,0 +1,10 @@
+--- linux/Makefile.in  Fri Jan 26 19:04:32 2001
++++ linux/Makefile.in.works    Sun Aug  5 12:29:26 2001
+@@ -1,6 +1,6 @@
+ INSTALL=@INSTALL@
+ LN_S=@LN_S@
+-DESTDIR=@prefix@/
++DESTDIR=$(prefix)/
+ DESTINC=$(DESTDIR)include
+ DESTLIB=$(DESTDIR)lib
+ MAKE=@MAKE@
This page took 0.082167 seconds and 4 git commands to generate.