time/catclock: Restore missing reference to libXt

The patch-aa removed the linkage to libXt (static) but catclock still needs
functions from this library which it was accessing indirectly.  Change this
to a direct link which makes gnu linker v2.22 happy.
This commit is contained in:
marino 2012-01-29 15:52:34 +00:00
parent 6825b12cdb
commit 6df8c9baf9
2 changed files with 4 additions and 4 deletions

View file

@ -1,9 +1,9 @@
$NetBSD: distinfo,v 1.10 2009/10/21 18:08:10 drochner Exp $
$NetBSD: distinfo,v 1.11 2012/01/29 15:52:34 marino Exp $
SHA1 (catclock.zip) = 0e977f080968067c4232072aa88d919e3f5daf84
RMD160 (catclock.zip) = 6caf81ec08f5c237902aaf9999e642300e4517c2
Size (catclock.zip) = 180008 bytes
SHA1 (patch-aa) = a42cdf9512e90501135ff66b598f580ddc449cdf
SHA1 (patch-aa) = 74594a6a41e6eae4f70d85cf74e32ba49af0546a
SHA1 (patch-ab) = 2a05de0fadbe231825d7618f88133fc9fdcb232a
SHA1 (patch-ac) = 3d115c8b0cf110f40f2322c5bc5cce37ad57089c
SHA1 (patch-ad) = e95d3e380eb25cb945e561dd601989912233d8f2

View file

@ -1,4 +1,4 @@
$NetBSD: patch-aa,v 1.4 2002/01/24 15:07:35 jlam Exp $
$NetBSD: patch-aa,v 1.5 2012/01/29 15:52:34 marino Exp $
--- imakefile.orig Sun Dec 20 21:24:08 1992
+++ imakefile
@ -11,7 +11,7 @@ $NetBSD: patch-aa,v 1.4 2002/01/24 15:07:35 jlam Exp $
-MOTIF_INCS = -I$(MOTIF)/lib -I$(MOTIF)/lib/Xt
- INCLUDES = -I. $(MOTIF_INCS) -I$(TOP)
+ MOTIF = ${BUILDLINK_DIR}
+MOTIF_LIBS = ${MOTIFLIB} -lSM -lICE
+MOTIF_LIBS = ${MOTIFLIB} -lSM -lICE -lXt
+MOTIF_INCS = -I$(MOTIF)/include
+ INCLUDES = -I. $(MOTIF_INCS) $(TOP_X_INCLUDES)
DEFINES = -DHAS_GNU_EMACS