530be19c49
Submitted by Peter Stromberg <home@wilfried.net>. wmDate is a date-display utility. It was originally based on the displaying lay-out of asclock (which in turn is based on the time-display utility used in NeXTStep).
23 lines
659 B
Plaintext
23 lines
659 B
Plaintext
$OpenBSD: patch-Imakefile,v 1.1.1.1 2001/01/16 22:10:15 naddy Exp $
|
|
--- Imakefile.orig Mon May 17 22:36:35 1999
|
|
+++ Imakefile Tue Jan 16 16:41:43 2001
|
|
@@ -89,8 +89,7 @@ XCOMM
|
|
|
|
MASTERXPM = xpm/$(MASTER_XPM).xpm
|
|
|
|
-WMDATELIBS = -L/usr/X11R6/lib \
|
|
- -L/usr/local/lib \
|
|
+WMDATELIBS = -L/usr/local/lib \
|
|
-L. \
|
|
-ldockapp \
|
|
-lXpm -lXext -lX11
|
|
@@ -132,7 +131,7 @@ XCOMM ----------------------------------
|
|
XCOMM Create Makefile
|
|
XCOMM ---------------------------------------
|
|
|
|
-ComplexProgramTarget(wmdate)
|
|
+ComplexProgramTargetNoMan(wmdate)
|
|
|
|
XCOMM - - - - - - - - - - - - - - - - - - - -
|
|
XCOMM e n d
|