Author: hawk Date: Mon Jun 12 17:57:19 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - libdir fix
---- Files affected: SOURCES: gpac-libdir.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/gpac-libdir.patch diff -u /dev/null SOURCES/gpac-libdir.patch:1.1 --- /dev/null Mon Jun 12 19:57:19 2006 +++ SOURCES/gpac-libdir.patch Mon Jun 12 19:57:14 2006 @@ -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 $@ $< ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
