]> git.pld-linux.org Git - packages/vlc.git/commitdiff
- look for SDL in /usr/X11R6/lib
authorJacek Konieczny <jajcus@pld-linux.org>
Mon, 4 Sep 2000 14:57:14 +0000 (14:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vlc-SDL.patch -> 1.1

vlc-SDL.patch [new file with mode: 0644]

diff --git a/vlc-SDL.patch b/vlc-SDL.patch
new file mode 100644 (file)
index 0000000..76e722e
--- /dev/null
@@ -0,0 +1,12 @@
+diff -durN vlc-0.1.99i.orig/Makefile.in vlc-0.1.99i/Makefile.in
+--- vlc-0.1.99i.orig/Makefile.in       Sun Sep  3 17:14:36 2000
++++ vlc-0.1.99i/Makefile.in    Sun Sep  3 17:14:59 2000
+@@ -465,7 +465,7 @@
+       $(CC) $(CFLAGS) -c -o $@ $<
+ lib/sdl.so: $(PLUGIN_SDL)
+-      ld -shared -lSDL -o $@ $^
++      ld -shared -L/usr/X11R6/lib -lSDL -o $@ $^
+ $(PLUGIN_SDL): %.o: %.c
+       $(CC) $(CFLAGS) -c -o $@ $<
This page took 0.218448 seconds and 4 git commands to generate.