]> git.pld-linux.org Git - packages/gpac.git/commitdiff
- libdir fix
authorhawk <hawk@pld-linux.org>
Mon, 12 Jun 2006 17:57:14 +0000 (17:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gpac-libdir.patch -> 1.1

gpac-libdir.patch [new file with mode: 0644]

diff --git a/gpac-libdir.patch b/gpac-libdir.patch
new file mode 100644 (file)
index 0000000..4d559b0
--- /dev/null
@@ -0,0 +1,12 @@
+diff -ur gpac.orig/modules/x11_out/Makefile gpac/modules/x11_out/Makefile
+--- gpac.orig/modules/x11_out/Makefile 2005-07-23 19:59:28.000000000 +0200
++++ gpac/modules/x11_out/Makefile      2006-06-12 19:46:27.925630000 +0200
+@@ -23,7 +23,7 @@
+ $(LIB): $(OBJS)
+-      $(CC) $(SHFLAGS) $(LDFLAGS) -o ../../bin/gcc/$@ $(OBJS) -L/usr/X11R6/lib -lX11 -lXext -lGL -L../../bin/gcc -lgpac
++      $(CC) $(SHFLAGS) $(LDFLAGS) -o ../../bin/gcc/$@ $(OBJS) $(XLIBDIR) -lX11 -lXext -lGL -L../../bin/gcc -lgpac
+ %.o: %.c
+       $(CC) $(CFLAGS) -c -o $@ $< 
This page took 0.041546 seconds and 4 git commands to generate.