*** transfig.3.2.5.orig/fig2dev/Imakefile Mon Apr 7 14:26:55 2008 --- transfig.3.2.5/fig2dev/Imakefile Mon Apr 7 14:35:13 2008 *************** *** 24,33 **** XCOMM for it relative to the BINDIR variable. XCOMM ! XCOMM BINDIR = /usr/bin/X11 ! XCOMM MKDIRHIER = /bin/sh /usr/bin/X11/mkdirhier -p XCOMM MANDIR tells where the standard man pages should go (no need to change it XCOMM if you want the man pages installed in the standard place on your system ! XCOMM MANDIR = $(MANSOURCEPATH)$(MANSUFFIX) XCOMM ****** --- 24,33 ---- XCOMM for it relative to the BINDIR variable. XCOMM ! BINDIR = /opt/xfig-3.2.5/bin ! MKDIRHIER = /bin/sh /usr/openwin/bin/mkdirhier XCOMM MANDIR tells where the standard man pages should go (no need to change it XCOMM if you want the man pages installed in the standard place on your system ! MANDIR = /opt/xfig-3.2.5/man/man1 XCOMM ****** *************** *** 35,39 **** XCOMM and installed xfig. ! XFIGLIBDIR = /usr/local/lib/X11/xfig XCOMM ****** --- 35,39 ---- XCOMM and installed xfig. ! XFIGLIBDIR = /opt/xfig-3.2.5/lib XCOMM ****** *************** *** 75,81 **** #ifdef USEPNG ! PNGLIBDIR = $(USRLIBDIR) ZLIBDIR = $(USRLIBDIR) ! PNGINC = -I/usr/include/X11 #endif --- 75,81 ---- #ifdef USEPNG ! PNGLIBDIR = /usr/lib ZLIBDIR = $(USRLIBDIR) ! PNGINC = -I/usr/include #endif *************** *** 92,96 **** #ifdef USEXPM ! XPMLIBDIR = $(USRLIBDIR) XPMINC = -I/usr/include/X11 #endif --- 92,96 ---- #ifdef USEXPM ! XPMLIBDIR = /usr/lib XPMINC = -I/usr/include/X11 #endif *************** *** 142,146 **** #ifdef I18N I18N_DEFS = -DI18N ! FIG2DEV_LIBDIR = /usr/local/lib/fig2dev I18N_DEV_DEFS = $(I18N_DEFS) -DFIG2DEV_LIBDIR=$(FIG2DEV_LIBDIR) -DFIG2DEV_LIBDIR_STR=\\\"$(FIG2DEV_LIBDIR)\\\" --- 142,146 ---- #ifdef I18N I18N_DEFS = -DI18N ! FIG2DEV_LIBDIR = /opt/xfig-3.2.5/lib I18N_DEV_DEFS = $(I18N_DEFS) -DFIG2DEV_LIBDIR=$(FIG2DEV_LIBDIR) -DFIG2DEV_LIBDIR_STR=\\\"$(FIG2DEV_LIBDIR)\\\" *** transfig.3.2.5.orig/transfig/Imakefile Mon Apr 7 14:27:01 2008 --- transfig.3.2.5/transfig/Imakefile Mon Apr 7 14:31:01 2008 *************** *** 22,27 **** XCOMM for it relative to the BINDIR variable. XCOMM ! XCOMM BINDIR = /usr/bin/X11 ! XCOMM MKDIRHIER = /bin/sh /usr/bin/X11/mkdirhier XCOMM MANDIR tells where the standard man pages should go (no need to change it --- 22,27 ---- XCOMM for it relative to the BINDIR variable. XCOMM ! BINDIR = /opt/xfig-3.2.5/bin ! MKDIRHIER = /bin/sh /usr/openwin/bin/mkdirhier XCOMM MANDIR tells where the standard man pages should go (no need to change it