]> git.pld-linux.org Git - packages/gpac.git/blob - gpac-libdir.patch
- converted to UTF-8
[packages/gpac.git] / gpac-libdir.patch
1 diff -ur gpac.orig/modules/x11_out/Makefile gpac/modules/x11_out/Makefile
2 --- gpac.orig/modules/x11_out/Makefile  2005-07-23 19:59:28.000000000 +0200
3 +++ gpac/modules/x11_out/Makefile       2006-06-12 19:46:27.925630000 +0200
4 @@ -23,7 +23,7 @@
5  
6  
7  $(LIB): $(OBJS)
8 -       $(CC) $(SHFLAGS) $(LDFLAGS) -o ../../bin/gcc/$@ $(OBJS) -L/usr/X11R6/lib -lX11 -lXext -lGL -L../../bin/gcc -lgpac
9 +       $(CC) $(SHFLAGS) $(LDFLAGS) -o ../../bin/gcc/$@ $(OBJS) -L$(XLIBDIR) -lX11 -lXext -lGL -L../../bin/gcc -lgpac
10  
11  %.o: %.c
12         $(CC) $(CFLAGS) -c -o $@ $< 
This page took 0.619677 seconds and 3 git commands to generate.