aboutsummaryrefslogtreecommitdiffstats
path: root/print/transfig/files
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>1998-05-01 00:35:33 +0800
committerkuriyama <kuriyama@FreeBSD.org>1998-05-01 00:35:33 +0800
commit9c20338abe8d70364fb94477084d8aaacd1e2b24 (patch)
treeba9b9d7538800a90c26a064427ef99ec04004609 /print/transfig/files
parentfa474d33d4d94f04748db6768edee55b2d6bbbc0 (diff)
downloadfreebsd-ports-graphics-9c20338abe8d70364fb94477084d8aaacd1e2b24.tar.gz
freebsd-ports-graphics-9c20338abe8d70364fb94477084d8aaacd1e2b24.tar.zst
freebsd-ports-graphics-9c20338abe8d70364fb94477084d8aaacd1e2b24.zip
Enable i18n code.
Remove English ghostscript from RUN_DEPENDS. Submitted by: MITA Yoshio <Yoshio.Mita@isen.fr> PR: ports/4640
Diffstat (limited to 'print/transfig/files')
-rw-r--r--print/transfig/files/patch-ac27
1 files changed, 23 insertions, 4 deletions
diff --git a/print/transfig/files/patch-ac b/print/transfig/files/patch-ac
index 3e265c7d25e..28cfd4ce58c 100644
--- a/print/transfig/files/patch-ac
+++ b/print/transfig/files/patch-ac
@@ -1,5 +1,5 @@
---- fig2dev/Imakefile.orig Mon Aug 25 20:51:04 1997
-+++ fig2dev/Imakefile Mon Aug 25 20:54:14 1997
+--- fig2dev/Imakefile.orig Fri Aug 22 23:33:55 1997
++++ fig2dev/Imakefile Sat Sep 27 14:35:49 1997
@@ -37,7 +37,7 @@
XCOMM inline functions. With the "INLINE" keyword, you should notice that
XCOMM the display will be a bit faster in complex figures
@@ -20,7 +20,17 @@
XCOMM For Linux machines or any machines that have a separate library for
XCOMM the database management routines, uncomment the following line
-@@ -138,7 +138,7 @@
+@@ -116,7 +116,8 @@
+
+ XCOMM Uncomment the next line if you want use Japanese (i18n) on xfig.
+
+-XCOMM I18N_DEFS = -DI18N -DFIG2DEV_LIBDIR='\"/usr/local/lib/fig2dev\"'
++I18N_DEFS = -DI18N
++I18N_DEV_DEFS = $(I18N_DEFS) -DFIG2DEV_LIBDIR='\"$(PREFIX)/lib/X11/fig2dev\"'
+
+ DEFINES = $(NEED_STRERROR) $(HAVE_NO_STRCASECMP) $(HAVE_NO_STRNCASECMP) $(USEINLINE) \
+ $(I18N_DEFS)
+@@ -138,7 +139,7 @@
#ifdef USEINSTALLEDJPEG
JPEGLIBDIR = /usr/local/lib
@@ -29,7 +39,16 @@
JPEGLIB = -L$(JPEGLIBDIR) -ljpeg
#else
JPEGLIBDIR = ../../jpeg
-@@ -175,10 +175,10 @@
+@@ -161,7 +162,7 @@
+ #endif
+
+ DEVDEFINES = $(DUSEJPEG) $(DUSEXPM) $(XPMINC) $(XPMDBM) \
+- $(DDNFSS) $(DDEPSF) $(DDA4) $(DDIBMGEC) $(DDDVIPS) $(I18N_DEFS)
++ $(DDNFSS) $(DDEPSF) $(DDA4) $(DDIBMGEC) $(DDDVIPS) $(I18N_DEV_DEFS)
+
+ #define IHaveSubdirs
+ #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
+@@ -175,10 +176,10 @@
INCLUDES = -I.. -I$(JPEGINCDIR)
LOCAL_LIBRARIES = $(LIBTRANSFIG) $(JPEGLIB)