diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-10-07 21:17:42 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-10-07 21:17:42 +0000 |
commit | e2bc0d7216c13968b9cfcb79e34536da95aca245 (patch) | |
tree | 05a496cf2ff0a1b068c45b0594f4f53b19a6c9ec /graphics/xv/files | |
parent | de2c0f5c6dde369d1823bdafb59f1221d0e69377 (diff) |
Notes
Diffstat (limited to 'graphics/xv/files')
-rw-r--r-- | graphics/xv/files/patch-ac | 13 | ||||
-rw-r--r-- | graphics/xv/files/patch-ad | 11 |
2 files changed, 19 insertions, 5 deletions
diff --git a/graphics/xv/files/patch-ac b/graphics/xv/files/patch-ac index 8222f54f6a6b..e9764e62e719 100644 --- a/graphics/xv/files/patch-ac +++ b/graphics/xv/files/patch-ac @@ -51,6 +51,15 @@ /*************************************************************************** +@@ -216,7 +216,7 @@ + * 'undef' to 'define' in the following line. + */ + +-#undef TV_L10N ++/* #undef TV_L10N */ + + #ifdef TV_L10N + /* @@ -259,7 +259,7 @@ * magic number or suffix in "~/.xv_mgcsfx" . * To enable this feature, change 'undef' to 'define' in the following line. @@ -77,12 +86,12 @@ /* # define MGCSFX_PREPROCESSOR "cc -E" */ # endif /* USE_MGCSFX_PREPROCESSOR */ -@@ -320,7 +320,7 @@ +@@ -325,7 +325,7 @@ * 'undef' to 'define' in the following line. */ -#undef TV_MULTILINGUAL -+#define TV_MULTILINGUAL ++/* #undef TV_MULTILINGUAL */ #define TV_DEFAULT_CODESET TV_EUC_JAPAN diff --git a/graphics/xv/files/patch-ad b/graphics/xv/files/patch-ad index 72fb0c1bf26b..72deb1629eb2 100644 --- a/graphics/xv/files/patch-ad +++ b/graphics/xv/files/patch-ad @@ -1,5 +1,5 @@ ---- Imakefile.orig Thu Aug 27 04:53:33 1998 -+++ Imakefile Thu Aug 27 04:54:22 1998 +--- Imakefile.orig Wed Oct 7 22:24:59 1998 ++++ Imakefile Wed Oct 7 22:27:00 1998 @@ -6,13 +6,15 @@ /* if, for whatever reason, you're unable to get the JPEG library to compile * on your machine, *COMMENT OUT* the following line @@ -49,7 +49,7 @@ #ifdef HavePDS PDS = -DDOPDS #endif -@@ -149,8 +165,8 @@ +@@ -149,12 +165,12 @@ #endif @@ -60,6 +60,11 @@ DEFINES= $(SCO) $(UNIX) $(NODIRENT) $(VPRINTF) $(TIMERS) \ $(HPUX7) $(JPEG) $(TIFF) $(PDS) $(DXWM) $(RAND) \ +- $(BACKING_STORE) $(BSDTYPES) $(SGI) $(MGCSFX) ++ $(BACKING_STORE) $(BSDTYPES) $(SGI) $(MGCSFX) $(LOCALE_EXTENSION) + + INCLUDES = $(JPEGINCLUDE) $(TIFFINCLUDE) + @@ -254,10 +270,10 @@ #endif |