diff options
author | jlam <jlam@pkgsrc.org> | 2001-07-16 00:46:42 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-07-16 00:46:42 +0000 |
commit | 45976891a0a57ebe0d7aedf2255ee713c7d7d37c (patch) | |
tree | fe35353382d1737df5eaaeed01af37b1df3c87f3 /time/asclock/patches/patch-aa | |
parent | f89a05509b0995d551469e4a7b00a145fc905c23 (diff) | |
download | pkgsrc-45976891a0a57ebe0d7aedf2255ee713c7d7d37c.tar.gz |
Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. Also
dynamically add the location of the man page instead of hardcoding it as
Solaris and NetBSD differ on which man page is installed.
Diffstat (limited to 'time/asclock/patches/patch-aa')
-rw-r--r-- | time/asclock/patches/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/time/asclock/patches/patch-aa b/time/asclock/patches/patch-aa index 72a66c158af..cba09a85790 100644 --- a/time/asclock/patches/patch-aa +++ b/time/asclock/patches/patch-aa @@ -1,11 +1,11 @@ -$NetBSD: patch-aa,v 1.1.1.1 2000/12/17 23:32:12 wiz Exp $ +$NetBSD: patch-aa,v 1.2 2001/07/16 00:46:43 jlam Exp $ --- Imakefile.orig Wed Sep 16 11:56:00 1998 +++ Imakefile Thu Oct 28 13:11:11 1999 @@ -1,5 +1,5 @@ -XPMLIB = -L/usr/lib/X11 -lXpm -+XPMLIB = -Wl,-R${X11BASE}/lib -L${X11BASE}/lib -lXpm ++XPMLIB = -lXpm DEPLIBS = $(DEPXLIB) LOCAL_LIBRARIES = $(XPMLIB) $(XLIB) |