diff options
3 files changed, 15 insertions, 1 deletions
diff --git a/Build/source/utils/t1utils/t1utils-1.38-PATCHES/ChangeLog b/Build/source/utils/t1utils/t1utils-1.38-PATCHES/ChangeLog index ad9733e9c8e..3201d5690f9 100644 --- a/Build/source/utils/t1utils/t1utils-1.38-PATCHES/ChangeLog +++ b/Build/source/utils/t1utils/t1utils-1.38-PATCHES/ChangeLog @@ -1,3 +1,7 @@ +2013-11-22 Peter Breitenlohner <peb@mppmu.mpg.de> + + * patch-05-getopt (new): Drop '#include <getopt.h>'. + 2013-10-03 Peter Breitenlohner <peb@mppmu.mpg.de> Import t1utils-1.38. diff --git a/Build/source/utils/t1utils/t1utils-1.38-PATCHES/patch-05-getopt b/Build/source/utils/t1utils/t1utils-1.38-PATCHES/patch-05-getopt new file mode 100644 index 00000000000..58d6bd3010a --- /dev/null +++ b/Build/source/utils/t1utils/t1utils-1.38-PATCHES/patch-05-getopt @@ -0,0 +1,11 @@ +diff -ur t1utils-1.38.orig/t1unmac.c t1utils-1.38/t1unmac.c +--- t1utils-1.38.orig/t1unmac.c 2013-10-03 14:01:08.000000000 +0200 ++++ t1utils-1.38/t1unmac.c 2013-11-22 09:50:47.000000000 +0100 +@@ -41,7 +41,6 @@ + #endif + #if defined(_MSDOS) || defined(_WIN32) + # include <fcntl.h> +-# include <getopt.h> + # include <io.h> + #endif + #include <stdio.h> diff --git a/Build/source/utils/t1utils/t1utils-1.38/t1unmac.c b/Build/source/utils/t1utils/t1utils-1.38/t1unmac.c index 5e2608bfddb..727e0eeb67b 100644 --- a/Build/source/utils/t1utils/t1utils-1.38/t1unmac.c +++ b/Build/source/utils/t1utils/t1utils-1.38/t1unmac.c @@ -41,7 +41,6 @@ #endif #if defined(_MSDOS) || defined(_WIN32) # include <fcntl.h> -# include <getopt.h> # include <io.h> #endif #include <stdio.h> |