blob: 9af27ee75156a751315139b7f7836bca10c9d9e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.2 1998/09/02 06:42:13 tron Exp $
--- Imakefile.orig Wed Mar 4 09:36:44 1998
+++ Imakefile Sat Aug 29 11:08:05 1998
@@ -55,7 +55,7 @@
SRCS = $(OBJS:.o=.c)
- XMLIB = -lXm -lXpm
+ XMLIB = ${MOTIFLIB} -lXpm
DEPLIBS = $(DEPXMLIB) $(DEPXTOOLLIB) $(DEPXLIB)
EXTRA_INCLUDES = -I../../libastro
LOCAL_LDFLAGS = -L../../libastro
|