diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2017-12-23 14:27:08 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2017-12-23 14:27:08 +0000 |
commit | b5699a00533dfd3393ee237535f4e8ea551118ed (patch) | |
tree | cb6066c91315eca56088e822ca66b0eff0ceb343 | |
parent | dns/dnscrypt-proxy: Replace 'cisco' (OpenDNS) resolver by 'random' (diff) |
Convert to USES=autoreconf.
-rw-r--r-- | editors/yui/Makefile | 6 | ||||
-rw-r--r-- | editors/yui/files/patch-configure.in | 10 |
2 files changed, 12 insertions, 4 deletions
diff --git a/editors/yui/Makefile b/editors/yui/Makefile index a70ef316768f..6ef39a626777 100644 --- a/editors/yui/Makefile +++ b/editors/yui/Makefile @@ -20,11 +20,9 @@ BROKEN_mips64= fails to compile: cast from unsigned char* to unsigned int loses BROKEN_sparc64= fails to compile BROKEN_powerpc64= fails to build: strip: open tyui/y failed: No such file or directory -USES= tar:bzip2 -USE_AUTOTOOLS= autoconf aclocal - -ACLOCAL_ARGS= -I m4 +GNU_CONFIGURE= yes MAKE_ENV= LIBPATH=${PREFIX}/lib +USES= autoreconf tar:bzip2 OPTIONS_DEFINE= DOCS diff --git a/editors/yui/files/patch-configure.in b/editors/yui/files/patch-configure.in new file mode 100644 index 000000000000..0dca920c55b1 --- /dev/null +++ b/editors/yui/files/patch-configure.in @@ -0,0 +1,10 @@ +--- configure.in.orig 2010-05-04 16:28:05 UTC ++++ configure.in +@@ -5,6 +5,7 @@ AC_PREREQ(2.59) + AC_INIT(yui, 3.2.05, citycat4@ngs.ru) + AC_CONFIG_SRCDIR([tyui/yui1.cc]) + AC_CONFIG_HEADER([config.h]) ++AC_CONFIG_MACRO_DIR([m4]) + + # Auxilary scripts + AC_CONFIG_AUX_DIR(cfgaux) |