blob: 80725f8f2a0e2b1260cc7f6e7732c51d78e1bbe7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ag,v 1.1 2005/07/22 22:13:25 adam Exp $
--- Makefile.in.orig 2005-07-22 20:09:08.000000000 +0000
+++ Makefile.in
@@ -290,7 +290,7 @@ nctest_SOURCES = \
nctest.cc \
nc.cc nc.hh
-nctest_LDADD = arg.o debug.o go/libgo.a -lncurses
+nctest_LDADD = arg.o debug.o go/libgo.a -lcurses
gtktest_SOURCES = gtktest.cc
gtktest_LDADD = arg.o debug.o gtk/libgtk.a go/libgo.a $(GTKMM_LIBS)
appicondir = $(datadir)/pixmaps
|