]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/mplayer/mplayer-atty-1.1.5/Makefile.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / mplayer / mplayer-atty-1.1.5 / Makefile.patch
1 --- Makefile.orig       2005-04-07 10:19:08.392784784 +0100
2 +++ Makefile    2005-04-07 10:21:26.262825352 +0100
3 @@ -8,11 +8,6 @@
4  
5  PRG_CFG = codec-cfg
6  
7 -# Do not strip the binaries at installation
8 -ifeq ($(STRIPBINARIES),yes)
9 -INSTALLSTRIP = -s
10 -endif
11 -
12  # These subdirectories require installation due to binaries within them.
13  ifeq ($(VIDIX),yes)
14  SUBDIRS += libdha vidix
15 @@ -283,7 +278,7 @@
16  $(MENCODER_DEP): version.h help_mp.h
17  
18  $(PRG_CFG): version.h codec-cfg.c codec-cfg.h
19 -       $(HOST_CC) $(HOST_CFLAGS) -I. -g codec-cfg.c mp_msg.c -o $(PRG_CFG) -DCODECS2HTML $(EXTRA_LIB) $(EXTRA_INC) $(I18NLIBS)
20 +       $(BUILD_CC) $(BUILD_CFLAGS) -I. -g codec-cfg.c mp_msg.c -o $(PRG_CFG) -DCODECS2HTML $(EXTRA_LIB) $(EXTRA_INC) $(I18NLIBS)
21  
22  install: $(ALL_PRG)
23  ifeq ($(VIDIX),yes)
24 @@ -368,7 +363,6 @@
25         @for a in $(PARTS); do $(MAKE) -C $$a distclean; done
26  
27  strip:
28 -       strip -s $(ALL_PRG)
29  
30  dep:   depend
31