aboutsummaryrefslogtreecommitdiffstats
path: root/net/tn5250/files
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-12-19 16:07:57 +0800
committersobomax <sobomax@FreeBSD.org>2000-12-19 16:07:57 +0800
commitf529edc4a0e8f114a05306a38b4043855e50ce87 (patch)
tree4599b24b1b294f45dc8cc222c600bc7667af9954 /net/tn5250/files
parent6ef60c853eea3a65df65a7de698c1b2b230ac6bd (diff)
downloadfreebsd-ports-gnome-f529edc4a0e8f114a05306a38b4043855e50ce87.tar.gz
freebsd-ports-gnome-f529edc4a0e8f114a05306a38b4043855e50ce87.tar.zst
freebsd-ports-gnome-f529edc4a0e8f114a05306a38b4043855e50ce87.zip
- Update to version 0.16.0.
PR: 23628 Submitted by: Ports Furry
Diffstat (limited to 'net/tn5250/files')
-rw-r--r--net/tn5250/files/patch-ac30
1 files changed, 30 insertions, 0 deletions
diff --git a/net/tn5250/files/patch-ac b/net/tn5250/files/patch-ac
new file mode 100644
index 000000000000..f8c4f6ca2141
--- /dev/null
+++ b/net/tn5250/files/patch-ac
@@ -0,0 +1,30 @@
+--- configure.in.orig Wed Nov 1 04:09:17 2000
++++ configure.in Sat Dec 16 14:58:58 2000
+@@ -56,6 +56,7 @@
+ if test "$with_slang" != "no"
+ then
+ USE_SLANG=1
++ AC_DEFINE_UNQUOTED(USE_CURSES,1)
+ AC_DEFINE_UNQUOTED(USE_SLANG,1)
+ else
+ USE_CURSES=1
+@@ -65,7 +66,7 @@
+ USE_CURSES=1
+ AC_DEFINE_UNQUOTED(USE_CURSES,1)
+ ])
+-if test "$USE_CURSES" = "1"
++if test "$USE_CURSES" = "1" -o "$USE_SLANG" = "1"
+ then
+ AC_CHECK_LIB(ncurses, initscr)
+ if test "$ac_cv_lib_ncurses_initscr" != "yes"
+@@ -103,7 +104,9 @@
+ AC_DEFINE_UNQUOTED(attr_t,int)
+ fi
+ AC_MSG_RESULT($HAVE_ATTR_T)
+-else
++fi
++if test "$USE_SLANG" = "1"
++then
+ AC_CHECK_LIB(slang, SLang_init_tty)
+ if test "$ac_cv_lib_slang_SLang_init_tty" != "yes"
+ then