]> git.pld-linux.org Git - packages/portaudio.git/commitdiff
- fixed to use %{_lib}
authoraverne <averne@pld-linux.org>
Mon, 6 Jun 2005 20:46:39 +0000 (20:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    portaudio-Makefile.patch -> 1.1

portaudio-Makefile.patch [new file with mode: 0644]

diff --git a/portaudio-Makefile.patch b/portaudio-Makefile.patch
new file mode 100644 (file)
index 0000000..8f62aa5
--- /dev/null
@@ -0,0 +1,24 @@
+--- Makefile.in~       2004-01-29 21:36:27.000000000 +0100
++++ Makefile.in        2005-06-06 22:43:49.834317600 +0200
+@@ -140,9 +140,9 @@
+       $(CC) -o $@ $(CFLAGS) pa_tests/$*.c lib/$(PALIB) $(LIBS)
+ install: lib/$(PALIB) lib/$(PADLLV)
+-      $(INSTALL) -m 644 lib/$(PADLLV) $(PREFIX)/lib/$(PADLLV)
+-      $(INSTALL) -m 644 lib/$(PALIB) $(PREFIX)/lib/$(PALIB)
+-      cd $(PREFIX)/lib && rm -f $(PADLL) && ln -s $(PADLLV) $(PADLL)
++      $(INSTALL) -m 644 lib/$(PADLLV) $(PREFIX)/$(LIB)/$(PADLLV)
++      $(INSTALL) -m 644 lib/$(PALIB) $(PREFIX)/$(LIB)/$(PALIB)
++      cd $(PREFIX)/$(LIB) && rm -f $(PADLL) && ln -s $(PADLLV) $(PADLL)
+       $(INSTALL) -m 644 pa_common/portaudio.h $(PREFIX)/include/portaudio.h
+       @echo ""
+       @echo "------------------------------------------------------------"
+@@ -151,7 +151,7 @@
+       @echo "On some systems (e.g. Linux) you should run 'ldconfig' now"
+       @echo "to make the shared object available.  You may also need to"
+       @echo "modify your LD_LIBRARY_PATH environment variable to include"
+-      @echo "the directory $(PREFIX)/lib"
++      @echo "the directory $(PREFIX)/$(LIB)"
+       @echo "------------------------------------------------------------"
+       @echo ""
This page took 0.082364 seconds and 4 git commands to generate.