1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/graphics/netpbm/files/patch-bk
Chris Piazza 1e508f2672 Update to 9.1
PR:		18437
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-05-19 08:34:13 +00:00

29 lines
554 B
Plaintext

--- pbm/libpbm1.c.orig Sat May 6 16:33:57 2000
+++ pbm/libpbm1.c Mon May 8 00:00:00 2000
@@ -14,7 +14,6 @@
#include "version.h"
#include "../compile.h"
#include "libpbm.h"
-#include "shhopt.h"
#if __STDC__
#include <stdarg.h>
@@ -141,17 +140,6 @@
}
return 1;
}
-
-
-/* Wrapper for Shhopt, to get it into the shared library */
-
-void
-pm_optParseOptions(int *argc, char *argv[],
- optStruct opt[], int allowNegNum) {
-
- optParseOptions(argc, argv, opt, allowNegNum);
-
-}
/* Log base two hacks. */