diff options
author | hubertf <hubertf> | 2000-09-24 03:53:43 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-09-24 03:53:43 +0000 |
commit | 4b7bbe1aad6b076ab49a343f5df8bc3a1dd58de8 (patch) | |
tree | 37c88a8983ddcaf6829179ca7de813b2d542a491 /misc/sci/patches | |
parent | dfe72a804463084cb42392dff8f3098a65b8f908 (diff) | |
download | pkgsrc-4b7bbe1aad6b076ab49a343f5df8bc3a1dd58de8.tar.gz |
* This pkg actually works better without ncurses than with(!)
(ncurses wasn't found, and if it was made to find it, the screen
attributes were not as good as with our in-tree curses)
* Install samples & docs
Diffstat (limited to 'misc/sci/patches')
-rw-r--r-- | misc/sci/patches/patch-aa | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/sci/patches/patch-aa b/misc/sci/patches/patch-aa index 646dac200fc..1d73653420e 100644 --- a/misc/sci/patches/patch-aa +++ b/misc/sci/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1.1.1 1999/06/16 21:37:16 mjl Exp $ +$NetBSD: patch-aa,v 1.2 2000/09/24 03:53:44 hubertf Exp $ --- makefile.orig Wed Jun 16 23:07:37 1999 +++ makefile Wed Jun 16 23:20:05 1999 @@ -12,8 +12,8 @@ $NetBSD: patch-aa,v 1.1.1.1 1999/06/16 21:37:16 mjl Exp $ -CURSES=-lncurses +INSTALL=${PREFIX}/bin +MAN=${PREFIX}/man/man1 -+COPT=-DUSLEEP -I${PREFIX}/include -+CURSES=-L${PREFIX}/lib -lncurses ++COPT=-DUSLEEP ++CURSES= -lcurses $(PROG).o : $(PROG).c gcc -O3 $(COPT) -Wall -pedantic -c $(PROG).c |