diff options
author | glewis <glewis@FreeBSD.org> | 2011-06-22 09:27:33 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2011-06-22 09:27:33 +0800 |
commit | ed6221e661ca2dbba6924eb59d2cf584e6c69a32 (patch) | |
tree | 43823b772e35db430ea15ccb43118cb57318e963 | |
parent | c32909b5026a13c7a3dc74afd46f645def510f5b (diff) | |
download | freebsd-ports-gnome-ed6221e661ca2dbba6924eb59d2cf584e6c69a32.tar.gz freebsd-ports-gnome-ed6221e661ca2dbba6924eb59d2cf584e6c69a32.tar.zst freebsd-ports-gnome-ed6221e661ca2dbba6924eb59d2cf584e6c69a32.zip |
. Fix the build with the I18N option turned off.
PR: 158099
-rw-r--r-- | graphics/xfig/files/patch-Imakefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/graphics/xfig/files/patch-Imakefile b/graphics/xfig/files/patch-Imakefile index 9ec7531caa34..f20a34f81a09 100644 --- a/graphics/xfig/files/patch-Imakefile +++ b/graphics/xfig/files/patch-Imakefile @@ -77,15 +77,6 @@ $FreeBSD$ #endif XCOMM Uncomment the following definiton if you want to use the small icons -@@ -150,7 +150,7 @@ - XCOMM If your setlocale() doesn't support the locale, you should - XCOMM add -DSETLOCALE to I18N_DEFS. - --XCOMM #define I18N -+#define I18N - - XCOMM If using an input tablet uncomment the following - @@ -161,7 +161,7 @@ XCOMM inline functions. With the "INLINE" keyword, you should notice that XCOMM the display will be a bit faster in complex figures |