|
|
@ -71,3 +71,14 @@ |
|
|
|
@for file in $(DISTFILES); do \ |
|
|
|
d=$(srcdir); \ |
|
|
|
if test -d $$d/$$file; then \ |
|
|
|
--- ./vbox/src/Makefile.in.orig 2003-11-09 17:51:06.153812824 +0100
|
|
|
|
+++ ./vbox/src/Makefile.in 2003-11-09 17:50:50.805146176 +0100
|
|
|
|
@@ -7,7 +7,7 @@
|
|
|
|
# stuff by hand. # |
|
|
|
#----------------------------------------------------------------------------# |
|
|
|
|
|
|
|
-NCURSES_LIBS = @LINK_NCURSES_LIBS@
|
|
|
|
+NCURSES_LIBS = @LINK_NCURSES_LIBS@ -lncurses
|
|
|
|
NCURSES_HAVE = @HAVE_NCURSES_PACK@ |
|
|
|
|
|
|
|
TCL_LIBS = @LINK_TCL_LIBS@ |