13 lines
362 B
Text
13 lines
362 B
Text
$NetBSD: patch-glkterm_Makefile,v 1.1 2013/10/17 16:36:07 roy Exp $
|
|
|
|
--- glkterm/Makefile.orig 2013-10-17 16:31:53.000000000 +0000
|
|
+++ glkterm/Makefile
|
|
@@ -15,7 +15,7 @@ CC = gcc -ansi
|
|
# You may need to set directories to pick up the ncurses library.
|
|
#INCLUDEDIRS = -I/usr/5include
|
|
#LIBDIRS = -L/usr/5lib
|
|
-LIBS = -lncurses
|
|
+LIBS = -lcurses
|
|
|
|
OPTIONS = -O
|
|
|