diff options
Diffstat (limited to 'media-gfx/transfig/files/transfig-3.2.3d.patch')
-rw-r--r-- | media-gfx/transfig/files/transfig-3.2.3d.patch | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/media-gfx/transfig/files/transfig-3.2.3d.patch b/media-gfx/transfig/files/transfig-3.2.3d.patch deleted file mode 100644 index 375ac989d716..000000000000 --- a/media-gfx/transfig/files/transfig-3.2.3d.patch +++ /dev/null @@ -1,50 +0,0 @@ -diff -ru /home/tadpol/src/transfig.3.2.3d/fig2dev/Imakefile transfig.3.2.3d/fig2dev/Imakefile ---- /home/tadpol/src/transfig.3.2.3d/fig2dev/Imakefile Thu Apr 19 12:19:38 2001 -+++ transfig.3.2.3d/fig2dev/Imakefile Thu Jun 21 17:15:00 2001 -@@ -28,7 +28,7 @@ - XCOMM You should point XFIGLIBDIR to the same directory you did when you compiled - XCOMM and installed xfig. This will be made automatic in the future. - --XFIGLIBDIR = /usr/local/lib/X11/xfig -+XFIGLIBDIR = /usr/X11R6/lib/xfig - - XCOMM ****** - XCOMM If your system has the strerror() function (doesn't have sys_errlist) then -@@ -47,7 +47,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 -@@ -78,7 +78,7 @@ - XCOMM Change XPMINC if necessary to point to the include file for xpm (xpm.h) - XCOMM - --XCOMM #define USEXPM -+#define USEXPM - - #ifdef USEXPM - XPMLIBDIR = $(USRLIBDIR) -@@ -104,8 +104,8 @@ - - #ifdef USEJPEG - #ifdef USEINSTALLEDJPEG --JPEGLIBDIR = /usr/local/lib --JPEGINCDIR = /usr/include/X11 -+JPEGLIBDIR = /usr/lib -+JPEGINCDIR = /usr/include - #else - JPEGLIBDIR = ../jpeg - JPEGINCDIR = $(JPEGLIBDIR) -@@ -158,7 +158,7 @@ - - #ifdef I18N - I18N_DEFS = -DI18N --FIG2DEV_LIBDIR = /usr/local/lib/fig2dev -+FIG2DEV_LIBDIR = /usr/X11R6/lib/fig2dev - I18N_DEV_DEFS = $(I18N_DEFS) -DFIG2DEV_LIBDIR=\\\"$(FIG2DEV_LIBDIR)\\\" - - install:: |