1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

games/tads: USES+= ncurses, respect LDFLAGS

while here, regenerate patches (but maintain non-standard patch names)
This commit is contained in:
John Marino 2016-01-31 13:08:11 +00:00
parent dc902ed4b8
commit 0936ca7cb7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=407627
4 changed files with 12 additions and 9 deletions

View File

@ -17,6 +17,7 @@ LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
CONFLICTS= frobtads-1.*
USES= ncurses
WRKSRC= ${WRKDIR}/tads-3.0.8/tads2
DATADIR= ${PREFIX}/share/tads2

View File

@ -1,6 +1,6 @@
--- Makefile.orig Fri Jan 17 00:30:32 2003
+++ Makefile Fri Jan 17 00:30:49 2003
@@ -238,16 +238,16 @@
--- Makefile.orig 2004-11-05 13:34:49 UTC
+++ Makefile
@@ -246,16 +246,16 @@ MATT=Matt Herberg <meherberg@earthlink.n
# compatibility libraries installed. It has not been tested with a bare
# FreeBSD system without the Linux libraries.
#
@ -22,7 +22,7 @@
+AFLAGS=
+OVLFLG=
+MACHDEP=
+LIBS=-ltermcap
+LIBS=$(LDFLAGS) -lncurses
+MAKEXEC=touch
# OpenBSD 3.0 with gcc 2.95.3

View File

@ -1,5 +1,6 @@
Index: osunixt.c
@@ -960,7 +960,7 @@
--- osunixt.c.orig 2004-12-15 02:06:26 UTC
+++ osunixt.c
@@ -960,7 +960,7 @@ t_tty(int action)
t.c_cc[VMIN] = 1;
t.c_cc[VTIME] = 0;
#if !defined(SGI_IRIX)
@ -8,7 +9,7 @@ Index: osunixt.c
#else
t.c_oflag &= (~TAB3);
#endif
@@ -984,7 +984,7 @@
@@ -984,7 +984,7 @@ t_tty(int action)
#ifdef USE_SGTTY
ospeed = t.sg_ospeed;
#else

View File

@ -1,5 +1,6 @@
Index: osunixt.h
@@ -84,7 +84,7 @@
--- osunixt.h.orig 2004-02-17 02:20:41 UTC
+++ osunixt.h
@@ -84,7 +84,7 @@ Tue Nov 22 15:16:10 EST 1994 Dave Bag
* Define the following to use sgtty.h instead of termios or direct
* ioctl hacking.
*/