Ticket #18250: patch-Imakefile.diff

File patch-Imakefile.diff, 2.4 KB (added by jjstickel@…, 15 years ago)

patch of the Imakefile patch

  • patch-Imakefile

    old new  
    1 --- Imakefile.orig      2007-11-07 09:35:59.000000000 +0100
    2 +++ Imakefile   2007-11-07 09:37:22.000000000 +0100
    3 @@ -30,9 +30,10 @@
     1--- Imakefile.orig~     2006-10-10 17:19:22.000000000 -0600
     2+++ Imakefile   2009-01-30 14:15:10.000000000 -0700
     3@@ -30,9 +30,12 @@
    44 XCOMM Also, you may have to uncomment and redefine MKDIRHIER because "make" looks
    55 XCOMM for it relative to the BINDIR variable.
    66 XCOMM
     
    1111+DESTDIR = __DESTROOT
    1212+MKDIRHIER = /bin/sh /usr/X11R6/bin/mkdirhier
    1313+XCOMM MKDIRHIER = mkdirhier
     14+
     15+EXTRA_LDOPTIONS = -L__PREFIX/lib
    1416 
    1517 XCOMM Uncomment and change XAPPLOADDIR to the directory where you want the
    1618 XCOMM app-defaults resource files to go.  You will have to use the environment
    17 @@ -45,7 +46,7 @@
     19@@ -45,7 +48,7 @@
    1820 XCOMM different tree than the "correct" tree that your X system expects. The usual
    1921 XCOMM purpose of DESTDIR is to test an install process by installing in a benign area.
    2022 
     
    2325 
    2426 XCOMM Uncomment the following definition for XAW3D if you want to use
    2527 XCOMM the 3d Athena Widget Set (highly recommended!)
    26 @@ -55,11 +56,11 @@
     28@@ -55,11 +58,11 @@
    2729 XCOMM Uncomment the following if you have David Hawkey's Xaw3D version 1.5E which has
    2830 XCOMM some new features, including "Tips", which replace xfig's "help balloons"
    2931 
     
    3739 #else
    3840     XAW_SRC = w_menuentry.c SmeCascade.c SmeBSB.c SimpleMenu.c
    3941     XAW_OBJ = w_menuentry.o SmeCascade.o SmeBSB.o SimpleMenu.o
    40 @@ -72,9 +73,9 @@
     42@@ -72,9 +75,9 @@
    4143 XCOMM Redefine the following if your PNG library, zlib library and/or include file
    4244 XCOMM are in different places
    4345 
     
    5052 
    5153 XCOMM If don't want JPEG support, comment out the #define USEJPEG line
    5254 XCOMM Uncomment the #define for USEJPEG if you want to be able to import
    53 @@ -93,8 +94,8 @@
     55@@ -93,8 +96,8 @@
    5456 
    5557 #ifdef USEJPEG
    5658 #ifdef USEINSTALLEDJPEG
     
    6163 #else
    6264 JPEGLIBDIR = ../jpeg
    6365 JPEGINC = -I$(JPEGLIBDIR)
    64 @@ -116,8 +117,8 @@
     66@@ -116,8 +119,8 @@
    6567 #define USEXPM_ICON
    6668 
    6769 #ifdef USEXPM
     
    7274 #endif
    7375 
    7476 XCOMM Uncomment the following definiton if you want to use the small icons
    75 @@ -166,16 +167,16 @@
     77@@ -166,16 +169,16 @@
    7678 XCOMM XFIGLIBDIR = $(LIBDIR)
    7779 
    7880 XCOMM use this if you want the multi-key data base file in the standard X11 tree