aboutsummaryrefslogtreecommitdiff
path: root/deskutils/xmdiary/files/patch-XDiary.tmpl
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-28 16:03:51 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-28 16:03:51 +0000
commit1f171620e6731e94868b333e8cd090d56e2c0451 (patch)
tree972b8a1ac1035946aaf1f87fd1422c80bb83a47f /deskutils/xmdiary/files/patch-XDiary.tmpl
parentf97027d6dffed54d0b15b54cb7d09cb6d6df8caf (diff)
Notes
Diffstat (limited to 'deskutils/xmdiary/files/patch-XDiary.tmpl')
-rw-r--r--deskutils/xmdiary/files/patch-XDiary.tmpl41
1 files changed, 41 insertions, 0 deletions
diff --git a/deskutils/xmdiary/files/patch-XDiary.tmpl b/deskutils/xmdiary/files/patch-XDiary.tmpl
new file mode 100644
index 000000000000..1f28e76a4b70
--- /dev/null
+++ b/deskutils/xmdiary/files/patch-XDiary.tmpl
@@ -0,0 +1,41 @@
+--- 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
+-XDAPPDIR = /usr/lib/X11/app-defaults
+-XDMANDIR = /usr/local/man/man1
++XDEXEDIR = $(LOCALBASE)/bin
++XDDATADIR = $(LOCALBASE)/lib/X11/xdiary
++XDAPPDIR = $(LOCALBASE)/lib/X11/app-defaults
++XDMANDIR = $(LOCALBASE)/man/man1
+
+
+ /*----------------------------------------------------------------------------
+@@ -126,10 +126,10 @@
+ --
+ -----------------------------------------------------------------------------*/
+
+-/* XDXTINC = */
+-/* XDXTLIB = */
+-/* XDXMINC = */
+-/* XDXMLIB = */
++XDXTINC = -I/usr/X11R6/include
++XDXTLIB = -L/usr/X11R6/lib
++XDXMINC = -I/usr/X11R6/include
++XDXMLIB = -L/usr/X11R6/lib
+
+
+ /*----------------------------------------------------------------------------