diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/netpbm-1-portability-fixes.patch | 19 | ||||
-rw-r--r-- | src/netpbm.mk | 2 |
2 files changed, 1 insertions, 20 deletions
diff --git a/src/netpbm-1-portability-fixes.patch b/src/netpbm-1-portability-fixes.patch index 1c4f9a9..52ae2eb 100644 --- a/src/netpbm-1-portability-fixes.patch +++ b/src/netpbm-1-portability-fixes.patch @@ -31,22 +31,3 @@ See index.html for further information. echo '#endif' >>$@ || $(DELETEIT) ---- a/urt/rle_open_f.c 2012-12-06 11:19:45.850521658 +0100 -+++ b/urt/rle_open_f.c 2012-12-06 11:19:57.794521308 +0100 -@@ -15,14 +15,14 @@ - #include <unistd.h> - #include <fcntl.h> - -+#include "rle.h" -+ - #ifndef NO_OPEN_PIPES - /* Need to have a SIGCLD signal catcher. */ - #include <signal.h> - #include <sys/wait.h> - #include <errno.h> - --#include "rle.h" -- - /* Count outstanding children. Assume no more than 100 possible. */ - #define MAX_CHILDREN 100 - static int catching_children = 0; diff --git a/src/netpbm.mk b/src/netpbm.mk index 2119048..74e95f4 100644 --- a/src/netpbm.mk +++ b/src/netpbm.mk @@ -3,7 +3,7 @@ PKG := netpbm $(PKG)_IGNORE := -$(PKG)_CHECKSUM := faf4f4e65ede1a22ed38d84596e68446b7970a8b +$(PKG)_CHECKSUM := 00f82f715bc0745302ccfaacea9fd59957da04a9 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tgz $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/netpbm/super_stable/$($(PKG)_VERSION)/$($(PKG)_FILE) |