aboutsummaryrefslogtreecommitdiff
path: root/graphics/xfig-devel/files
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2000-08-02 00:09:03 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2000-08-02 00:09:03 +0000
commiteae6b4fda4123de5fde39e1bb7cff1d19f81b87d (patch)
tree21caa7e963400ab0282d03d1a24c4957dfbbbfc1 /graphics/xfig-devel/files
parent0721c061a1b9010da8a14cb26b88811781432c9c (diff)
downloadports-eae6b4fda4123de5fde39e1bb7cff1d19f81b87d.tar.gz
ports-eae6b4fda4123de5fde39e1bb7cff1d19f81b87d.zip
Notes
Diffstat (limited to 'graphics/xfig-devel/files')
-rw-r--r--graphics/xfig-devel/files/patch-aa16
1 files changed, 8 insertions, 8 deletions
diff --git a/graphics/xfig-devel/files/patch-aa b/graphics/xfig-devel/files/patch-aa
index 55e88132aff4..031c1e7ec4d6 100644
--- a/graphics/xfig-devel/files/patch-aa
+++ b/graphics/xfig-devel/files/patch-aa
@@ -1,13 +1,13 @@
---- Imakefile.orig Fri Jan 14 12:25:09 2000
-+++ Imakefile Sat Jan 22 01:20:28 2000
+--- Imakefile.orig Thu Jul 20 03:14:27 2000
++++ Imakefile Sat Jul 29 01:14:21 2000
@@ -40,8 +40,8 @@
#ifdef USEJPEG
#ifdef USEINSTALLEDJPEG
-JPEGLIBDIR = /usr/local/lib
-JPEGINCDIR = /usr/include/X11
-+JPEGLIBDIR = %%LOCALBASE%%/lib
-+JPEGINCDIR = %%LOCALBASE%%/include
++JPEGLIBDIR = ${LOCALBASE}/lib
++JPEGINCDIR = ${LOCALBASE}/include
#else
JPEGLIBDIR = ../jpeg
JPEGINCDIR = $(JPEGLIBDIR)
@@ -34,16 +34,16 @@
XCOMM Uncomment the following definition for XAW3D if you want to use
XCOMM the 3d Athena Widget Set (highly recommended!)
-@@ -99,7 +99,7 @@
- XCOMM Uncomment the next line if you want use Japanese (i18n) on xfig.
+@@ -104,7 +104,7 @@
XCOMM If your setlocale() dosen'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
-@@ -110,7 +110,7 @@
+@@ -115,7 +115,7 @@
XCOMM inline functions. With the "INLINE" keyword, you should notice that
XCOMM the display will be a bit faster in complex figures
@@ -52,7 +52,7 @@
XCOMM use (and change) the following if you want the multi-key data base file
XCOMM somewhere other than the standard X11 library directory
-@@ -189,7 +189,7 @@
+@@ -200,7 +200,7 @@
#endif /* USEJPEG */
#ifdef I18N