Add Make.glkterm to UNWRAP_FILES so -lncurses gets replaced with real

curses library used.
This commit is contained in:
Dieter Baron 2005-05-22 20:27:54 +00:00 committed by Thomas Klausner
parent e38e4ddffa
commit 061360b31c
2 changed files with 2 additions and 4 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.6 2005/04/11 21:12:29 tvierling Exp $
# $NetBSD: Makefile,v 1.7 2005/05/22 20:27:54 dillo Exp $
#
DISTNAME= glkterm-078
@ -17,6 +17,7 @@ INCOMPAT_CURSES+= NetBSD-1.6[A-L]*
WRKSRC= ${WRKDIR}/glkterm
USE_LIBTOOL= yes
UNWRAP_FILES+= Make.glkterm
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -1,3 +0,0 @@
build shared lib
fix Make.glkterm to include correct -L and -l (depending on curses used)
test on >=1.6M (native curses with halfdelay)