]> git.pld-linux.org Git - packages/netpbm.git/commitdiff
- added bugfix
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 28 Mar 2005 19:20:51 +0000 (19:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    netpbm-make.patch -> 1.2

netpbm-make.patch

index 0d0cc7a9aa5e7b179d6454cb73350504696053ba..95def2a3202bb6e48e78d79887fde09ea40efe87 100644 (file)
  endif
  ifeq ($(NETPBMLIBTYPE),dll)
  #install a Windows DLL shared library
+--- netpbm-10.27/converter/other/Makefile.orig 2005-03-25 22:53:04.000000000 +0100
++++ netpbm-10.27/converter/other/Makefile      2005-03-28 21:18:30.010823016 +0200
+@@ -182,4 +182,4 @@
+       $(SYMLINK) pamtouil$(EXE) ppmtouil
+ # In March 2005, we realized that pamtopnm obviates pnmtopnm
+       cd $(PKGDIR)/bin ; \
+-      $(SYMLINK) pnmtopnm$(EXE) pamtopnm
++      $(SYMLINK) pamtopnm$(EXE) pnmtopnm
This page took 0.127283 seconds and 4 git commands to generate.