add packages_10.03.2 in preparation for the 10.03.2 interim release
[10.03/packages.git] / multimedia / kissdx / patches / 001-cross_compile.patch
1 diff -Naur kissdx-0.14.0.b1a.orig/Makefile kissdx-0.14.0.b1a/Makefile
2 --- kissdx-0.14.0.b1a.orig/Makefile     2007-10-24 00:13:33.000000000 +0300
3 +++ kissdx-0.14.0.b1a/Makefile  2009-03-05 22:53:51.000000000 +0200
4 @@ -27,9 +27,9 @@
5  
6  kissdx: $(OBJS)
7  # remove -liconv below if your system has libiconv built in
8 -       $(CC) -o $@ $(OBJS) -ldvdread -liconv -ljpeg -lm $(EXTRA_LIBS) 
9 +       $(CC) -o $@ $(OBJS) -ldvdread -liconv -ljpeg -lm $(LDFLAGS) $(EXTRA_LIBS) 
10  #      $(CC) -o $@ $(OBJS) -ldvdread -ljpeg -lm $(EXTRA_LIBS) 
11 -       strip kissdx.exe
12 +       $(STRIP) kissdx
13  
14  all: kissdx
15