]> git.sesse.net Git - vlc/blob - extras/contrib/src/Patches/libpng-makefile.patch
Remove Unicows.
[vlc] / extras / contrib / src / Patches / libpng-makefile.patch
1 --- libpng-1.2.8/scripts/makefile.linux 2004-12-03 01:14:31.000000000 +0100
2 +++ libpng/scripts/makefile.linux       2006-07-14 10:12:00.000000000 +0200
3 @@ -13,7 +13,7 @@
4  # where "make install" puts libpng12.a, libpng12.so*,
5  # libpng12/png.h and libpng12/pngconf.h
6  # Prefix must be a full pathname.
7 -prefix=/usr/local
8 +prefix=$(PREFIX)
9  exec_prefix=$(prefix)
10  
11  # Where the zlib library and include files are located.
12 @@ -53,7 +53,7 @@
13  # If you're going to install into a temporary location
14  # via DESTDIR, $(DESTDIR)$(prefix) must already exist before
15  # you execute make install.
16 -DESTDIR=
17 +#DESTDIR=
18  
19  DB=$(DESTDIR)$(BINPATH)
20  DI=$(DESTDIR)$(INCPATH)