summaryrefslogtreecommitdiff
path: root/deskutils/xmdiary
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-04-24 03:06:11 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-04-24 03:06:11 +0000
commit65e6a87bfc1db40f5ecb449ae7dcffc8a08696e6 (patch)
treee4783d8404259c623dee842805e90315e9574e3e /deskutils/xmdiary
parentSupport CFLAGS and MOTIFLIB (diff)
support MOTIFLIB
Notes
Notes: svn path=/head/; revision=18106
Diffstat (limited to 'deskutils/xmdiary')
-rw-r--r--deskutils/xmdiary/Makefile4
-rw-r--r--deskutils/xmdiary/files/patch-ab31
2 files changed, 28 insertions, 7 deletions
diff --git a/deskutils/xmdiary/Makefile b/deskutils/xmdiary/Makefile
index fc2f89553ee3..b65bb47c28c7 100644
--- a/deskutils/xmdiary/Makefile
+++ b/deskutils/xmdiary/Makefile
@@ -3,7 +3,7 @@
# Date created: 29 Sep 1997
# Whom: mi@aldan.ziplink.net
#
-# $Id: Makefile,v 1.2 1998/08/07 22:17:54 asami Exp $
+# $Id: Makefile,v 1.3 1998/09/27 03:44:37 steve Exp $
#
DISTNAME= xmdiary-3.0.1
@@ -23,7 +23,7 @@ MAN1= xdaclunix.1 xdalarm.1 xdcustom.1 xddump.1 xdiary.1 xdinitdb.1 \
xdrestore.1
pre-patch:
- for node in `tar tzf ${DISTDIR}/xmdfix.gz` ; \
+ @for node in `tar tzf ${DISTDIR}/xmdfix.gz` ; \
do \
test -f $(WRKSRC)/$$node && ${RM} -f $(WRKSRC)/$$node ; \
done
diff --git a/deskutils/xmdiary/files/patch-ab b/deskutils/xmdiary/files/patch-ab
index 63e7354d7b84..067a116d9801 100644
--- a/deskutils/xmdiary/files/patch-ab
+++ b/deskutils/xmdiary/files/patch-ab
@@ -1,6 +1,17 @@
---- XDiary.tmpl.orig Mon Jun 26 15:57:52 1995
-+++ XDiary.tmpl Mon Sep 29 12:57:31 1997
-@@ -100,6 +100,6 @@
+--- XDiary.tmpl.orig Mon Jun 26 12:57:52 1995
++++ XDiary.tmpl Fri Apr 23 20:01:39 1999
+@@ -37,7 +37,7 @@
+ --
+ -----------------------------------------------------------------------------*/
+
+-XMLIB = -lXm
++XMLIB = ${MOTIFLIB}
+ XTLIB = -lXt
+ XLIB = -lX11
+
+@@ -98,10 +98,10 @@
+ --
+ -----------------------------------------------------------------------------*/
-XDEXEDIR = /usr/local/bin
-XDDATADIR = /usr/local/lib/xdiary
@@ -11,7 +22,11 @@
+XDAPPDIR = $(X11BASE)/lib/X11/app-defaults
+XDMANDIR = $(X11BASE)/man/man1
-@@ -128,6 +128,6 @@
+
+ /*----------------------------------------------------------------------------
+@@ -126,10 +126,10 @@
+ --
+ -----------------------------------------------------------------------------*/
-/* XDXTINC = */
-/* XDXTLIB = */
@@ -22,8 +37,14 @@
+XDXMINC = -I/usr/X11R6/include
+XDXMLIB = -L/usr/X11R6/lib
-@@ -157,3 +157,3 @@
+
+ /*----------------------------------------------------------------------------
+@@ -155,7 +155,7 @@
+ --
+ -----------------------------------------------------------------------------*/
-/* XDEXTRALIBS = */
+XDEXTRALIBS = -lXext
+
+ /*----------------------------------------------------------------------------