ports/net/scribe/files/patch-configure.ac
William Grzybowski 862db4d9fe net/scribe: fix build
- Fix build with automake [1]
- USES gmake perl5
- Allow staging
- Convert lib depends to new format

PR:		ports/182597 [1]
Submitted by:	Stephon Chen <stephon gmail.com>
Approved by:	maintainer
2013-11-02 22:37:52 +00:00

10 lines
336 B
Text

--- configure.ac.orig 2013-10-03 17:44:40.410915000 +0800
+++ configure.ac 2013-10-03 17:44:49.128744000 +0800
@@ -10,7 +10,6 @@
AC_PREREQ(2.52)
AC_INIT([scribe], [1.5.0])
AC_CONFIG_MACRO_DIR([aclocal])
-AM_INIT_AUTOMAKE([foreign -Wall])
# To install locally
FB_INITIALIZE([localinstall])
AC_PREFIX_DEFAULT([/usr/local])