From e4cb808665e04c6d494723644dfc69bb28ab68d5 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Mon, 11 Jan 1999 05:13:09 +0000 Subject: Initial import of ml-3.3. An X11 IMAP client. PR: 6018 Submitted by: Jeroen Hogeveen --- mail/ml/files/patch-ab | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 mail/ml/files/patch-ab (limited to 'mail/ml/files/patch-ab') diff --git a/mail/ml/files/patch-ab b/mail/ml/files/patch-ab new file mode 100644 index 000000000000..8c2f340a4cf1 --- /dev/null +++ b/mail/ml/files/patch-ab @@ -0,0 +1,50 @@ +*** Imakefile.orig Sun Mar 15 20:34:12 1998 +--- Imakefile Sun Mar 15 20:35:43 1998 +*************** +*** 4,10 **** + XCOMM We need /usr/include, the current src dir, the parent of this + XCOMM dir, the parent of X11, and the parent of the Motif (Xm) include dir + +! EXTRA_INCLUDES = -DFALLBACK -I$(INCROOT) -I./ -I../ -I/usr/include/Motif1.2 + + + XCOMM `Compile time defines: +--- 4,10 ---- + XCOMM We need /usr/include, the current src dir, the parent of this + XCOMM dir, the parent of X11, and the parent of the Motif (Xm) include dir + +! EXTRA_INCLUDES = -DFALLBACK -DDEFAULT_LIBDIR="\"${X11BASE}/lib/X11/ml\"" -I$(INCROOT) -I. -I.. + + + XCOMM `Compile time defines: +*************** +*** 25,38 **** + XCOMM the Xpm library also + + #XMLIB= +! XMLIB=-L/usr/lib/Motif1.2 -lXm + + LOCAL_LIBRARIES = ../imap-4/c-client/c-client.a + + # anything else your OS needs? +! #OTHERLIBS=-lgen + +! ML_LIBDIR=/usr/local/lib/ml + HELP_FILES=`find ../lib -type f -print` + + XCOMM Default font sizes. Linux folks will want FONTSIZE=14 (or +--- 25,38 ---- + XCOMM the Xpm library also + + #XMLIB= +! XMLIB=${MOTIFLIB} + + LOCAL_LIBRARIES = ../imap-4/c-client/c-client.a + + # anything else your OS needs? +! OTHERLIBS=-lcrypt + +! ML_LIBDIR=${X11BASE}/lib/X11/ml + HELP_FILES=`find ../lib -type f -print` + + XCOMM Default font sizes. Linux folks will want FONTSIZE=14 (or -- cgit v1.2.3