libpng-makefile.patch
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:1k
源码类别:

midi

开发平台:

Unix_Linux

  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)