From d5668860af75790c6fb32950e069f392f074fe37 Mon Sep 17 00:00:00 2001 From: brad Date: Tue, 19 Jun 2001 19:43:09 +0000 Subject: [PATCH] - remove unnecessary X11 header path - remove DESTDIR from one location where it should not be and could possibly cause problems. --- print/transfig/patches/patch-fig2dev_Imakefile | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/print/transfig/patches/patch-fig2dev_Imakefile b/print/transfig/patches/patch-fig2dev_Imakefile index 37b042a47c7..a7994e14581 100644 --- a/print/transfig/patches/patch-fig2dev_Imakefile +++ b/print/transfig/patches/patch-fig2dev_Imakefile @@ -1,5 +1,5 @@ --- fig2dev/Imakefile.orig Thu Apr 19 13:19:38 2001 -+++ fig2dev/Imakefile Tue Jun 19 12:08:19 2001 ++++ fig2dev/Imakefile Tue Jun 19 15:31:27 2001 @@ -28,13 +28,13 @@ XCOMM ****** 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. @@ -47,7 +47,7 @@ -XPMLIBDIR = $(USRLIBDIR) -XPMINC = -I/usr/include/X11 +XPMLIBDIR = ${X11BASE}/lib -+XPMINC = -I${X11BASE}/include/X11 -I$(INCDIR)/X11 ++XPMINC = -I${X11BASE}/include/X11 #endif XCOMM **************** @@ -73,3 +73,12 @@ install:: [ -d $(DESTDIR)$(FIG2DEV_LIBDIR) ] || mkdir $(DESTDIR)$(FIG2DEV_LIBDIR) +@@ -185,7 +185,7 @@ XCOMM ********************************** + XCOMM *** You shouldn't have to change anything below this point *** + XCOMM ************************************************************** + +-DIR_DEFS= -DBITMAPDIR=\\\"$(DESTDIR)$(XFIGLIBDIR)/bitmaps\\\" ++DIR_DEFS= -DBITMAPDIR=\\\"$(XFIGLIBDIR)/bitmaps\\\" + + #ifdef USEPNG + DUSEPNG = -DUSE_PNG