summaryrefslogtreecommitdiff
path: root/comms/unixcw/files/patch-configure.ac
diff options
context:
space:
mode:
authorStephen Hurd <shurd@FreeBSD.org>2018-08-08 04:35:54 +0000
committerStephen Hurd <shurd@FreeBSD.org>2018-08-08 04:35:54 +0000
commitfb1feb30a180ba9c26b14dbee428ff700ccc4d65 (patch)
treea8a0f3aa737b6cd4d8e7c2e72abdd3a863049c59 /comms/unixcw/files/patch-configure.ac
parentsecurity/tor-devel: Update 0.3.4.5 -> 0.3.4.6 (diff)
Update unixcw and xcwcp to latest release.
This is also the first version where all the issues are fixed, and support has been included for ALSA and Pulseaudio. The ioctl() issue is resolved, and gettext is properly controlled by the NLS option. I'll be submitting these patches upstream, but due to the low rate of releases, want to get them into ports first. This is heavily modified from the submitted patch as every time anything was tested, a new issue cropped up. PR: 229782 Reported by: Yuri Victorovich <yuri@freebsd.org>
Diffstat (limited to 'comms/unixcw/files/patch-configure.ac')
-rw-r--r--comms/unixcw/files/patch-configure.ac39
1 files changed, 39 insertions, 0 deletions
diff --git a/comms/unixcw/files/patch-configure.ac b/comms/unixcw/files/patch-configure.ac
new file mode 100644
index 000000000000..602a2f6398f5
--- /dev/null
+++ b/comms/unixcw/files/patch-configure.ac
@@ -0,0 +1,39 @@
+--- configure.ac.orig 2017-02-12 10:41:29 UTC
++++ configure.ac
+@@ -22,6 +22,8 @@ AC_PREREQ(2.57)
+ AC_INIT([unixcw], [3.5.1])
+ AC_CONFIG_SRCDIR([src/libcw/libcw_gen.c])
+ AM_INIT_AUTOMAKE
++AC_CONFIG_MACRO_DIR([m4])
++AC_USE_SYSTEM_EXTENSIONS
+
+ # Libtool initialization, added during tests on FreeBSD
+ LT_INIT
+@@ -41,6 +43,9 @@ AC_PROG_INSTALL
+ AC_PROG_MAKE_SET
+ AC_PROG_LN_S
+ AM_PROG_CC_C_O
++AC_GNU_SOURCE
++AM_GNU_GETTEXT(external)
++AM_GNU_GETTEXT_VERSION([0.18])
+
+
+
+@@ -409,8 +414,6 @@ AC_SUBST(LIBCW_NDEBUG)
+
+
+
+-
+-
+ # #####
+ # end
+ # #####
+@@ -427,7 +430,7 @@ AC_HEADER_STDC
+ AC_HEADER_STDBOOL
+ AC_HEADER_TIME
+ AC_CHECK_HEADERS([fcntl.h limits.h stdlib.h string.h strings.h sys/ioctl.h \
+- sys/param.h sys/time.h unistd.h locale.h libintl.h])
++ sys/param.h sys/time.h unistd.h locale.h])
+ AC_CHECK_HEADERS([getopt.h])
+ AC_CHECK_HEADERS([string.h strings.h])
+ if test "$ac_cv_header_string_h" = 'no' \