77 lines
2.5 KiB
Diff
77 lines
2.5 KiB
Diff
|
diff -Nru transfig.3.2.5.orig/fig2dev/Imakefile transfig.3.2.5/fig2dev/Imakefile
|
||
|
--- transfig.3.2.5.orig/fig2dev/Imakefile 2005-10-27 18:56:02.000000000 +0200
|
||
|
+++ transfig.3.2.5/fig2dev/Imakefile 2008-06-16 12:12:34.000000000 +0200
|
||
|
@@ -34,13 +34,13 @@
|
||
|
XCOMM You should point XFIGLIBDIR to the same directory you did when you compiled
|
||
|
XCOMM and installed xfig.
|
||
|
|
||
|
-XFIGLIBDIR = /usr/local/lib/X11/xfig
|
||
|
+XFIGLIBDIR = /usr/lib/X11/xfig
|
||
|
|
||
|
XCOMM ******
|
||
|
XCOMM If your system doesn't have the strerror() function (has sys_errlist) then
|
||
|
XCOMM uncomment NEED_STRERROR.
|
||
|
|
||
|
-XCOMM NEED_STRERROR = -DNEED_STRERROR
|
||
|
+NEED_STRERROR = -DNEED_STRERROR
|
||
|
|
||
|
XCOMM The following probably only applies to Windows 9x/NT:
|
||
|
XCOMM If your system can open files in text and binary modes and has the
|
||
|
@@ -53,7 +53,7 @@
|
||
|
XCOMM inline functions. With the "INLINE" keyword, you should notice that
|
||
|
XCOMM the display will be a bit faster in complex figures
|
||
|
|
||
|
-XCOMM USEINLINE = -DUSE_INLINE
|
||
|
+USEINLINE = -DUSE_INLINE
|
||
|
|
||
|
XCOMM ****************
|
||
|
XCOMM Change RGB if necessary, to point to your rgb.txt color database
|
||
|
@@ -62,7 +62,7 @@
|
||
|
XCOMM the full name (rgb.txt) now.
|
||
|
XCOMM
|
||
|
|
||
|
-RGB = $(LIBDIR)/rgb.txt
|
||
|
+RGB = /usr/share/X11/rgb.txt
|
||
|
|
||
|
XCOMM Comment out the following #define USEPNG if you don't want PNG support
|
||
|
XCOMM Uncomment the #define for USEPNG if you want to be able to import
|
||
|
@@ -76,7 +76,7 @@
|
||
|
#ifdef USEPNG
|
||
|
PNGLIBDIR = $(USRLIBDIR)
|
||
|
ZLIBDIR = $(USRLIBDIR)
|
||
|
-PNGINC = -I/usr/include/X11
|
||
|
+PNGINC = -I/usr/include
|
||
|
#endif
|
||
|
|
||
|
XCOMM ****************
|
||
|
@@ -97,7 +97,7 @@
|
||
|
|
||
|
XCOMM ****************
|
||
|
XCOMM Uncomment the following to set default paper size to A4
|
||
|
-XCOMM DDA4 = -DA4
|
||
|
+DDA4 = -DA4
|
||
|
|
||
|
XCOMM ****************
|
||
|
XCOMM Uncomment the following to set IBM Graphics Enhancement Cartridge
|
||
|
@@ -141,7 +141,7 @@
|
||
|
|
||
|
#ifdef I18N
|
||
|
I18N_DEFS = -DI18N
|
||
|
-FIG2DEV_LIBDIR = /usr/local/lib/fig2dev
|
||
|
+FIG2DEV_LIBDIR = /usr/share/fig2dev
|
||
|
I18N_DEV_DEFS = $(I18N_DEFS) -DFIG2DEV_LIBDIR=$(FIG2DEV_LIBDIR) -DFIG2DEV_LIBDIR_STR=\\\"$(FIG2DEV_LIBDIR)\\\"
|
||
|
|
||
|
#endif /* I18N */
|
||
|
diff -Nru transfig.3.2.5.orig/transfig/Imakefile transfig.3.2.5/transfig/Imakefile
|
||
|
--- transfig.3.2.5.orig/transfig/Imakefile 2003-03-25 21:52:37.000000000 +0100
|
||
|
+++ transfig.3.2.5/transfig/Imakefile 2008-06-16 12:12:51.000000000 +0200
|
||
|
@@ -32,7 +32,7 @@
|
||
|
XCOMM \\usepackage{} command for LaTeX2e.
|
||
|
XCOMM The default is to use \\documentstyle{} for LaTeX209.
|
||
|
|
||
|
-XCOMM USELATEX2E = -DLATEX2E
|
||
|
+USELATEX2E = -DLATEX2E
|
||
|
|
||
|
XCOMM ******* DON'T CHANGE ANYTHING BELOW THIS POINT *******
|
||
|
|