diff options
author | adam <adam@pkgsrc.org> | 2005-05-24 07:53:54 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-05-24 07:53:54 +0000 |
commit | 20150fe0255dc2b518f2ff6e6dd53d232d3691b2 (patch) | |
tree | 17af2d1127f383b7aa27d47403eecc90c3f1a141 /graphics/netpbm/patches | |
parent | 9dc0c99b52cd8773b14631109061d1a72bb41a57 (diff) | |
download | pkgsrc-20150fe0255dc2b518f2ff6e6dd53d232d3691b2.tar.gz |
Changes 10.26.9:
* libnetpbm: fix crash with -builtin=fixed
* pbmtoppa: fix floating point exception
Changes 10.26.8:
* pnmgamma: Correct math in -srgbramp
* ppmshadow: fix blurring
Pkgsrc:
* fixed problem on DragonFly (courtesy of Joerg Sonnenberger)
Diffstat (limited to 'graphics/netpbm/patches')
-rw-r--r-- | graphics/netpbm/patches/patch-ad | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/netpbm/patches/patch-ad b/graphics/netpbm/patches/patch-ad new file mode 100644 index 00000000000..c1c469f41a6 --- /dev/null +++ b/graphics/netpbm/patches/patch-ad @@ -0,0 +1,12 @@ +$NetBSD: patch-ad,v 1.16 2005/05/24 07:53:54 adam Exp $ + +--- urt/rle_open_f.c.orig 2005-05-24 09:41:44.000000000 +0000 ++++ urt/rle_open_f.c +@@ -35,7 +35,6 @@ my_popen(const char * const cmd, + int thepid = 0; + int pipefd[2]; + int i; +- extern int errno; + + /* Check args. */ + if ( *mode != 'r' && *mode != 'w' ) |