mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Convert to USES=autoreconf.
This commit is contained in:
parent
1c95d592ee
commit
ecf1f95728
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=457064
2 changed files with 12 additions and 4 deletions
|
@ -17,12 +17,10 @@ LICENSE= APACHE20
|
||||||
LIB_DEPENDS= libthrift.so:devel/thrift-cpp
|
LIB_DEPENDS= libthrift.so:devel/thrift-cpp
|
||||||
BUILD_DEPENDS= thrift:devel/thrift
|
BUILD_DEPENDS= thrift:devel/thrift
|
||||||
|
|
||||||
ACLOCAL_ARGS= -I ./aclocal
|
|
||||||
AUTOMAKE_ARGS= -a
|
|
||||||
CONFIGURE_ARGS= PY_PREFIX="${PREFIX}"
|
CONFIGURE_ARGS= PY_PREFIX="${PREFIX}"
|
||||||
USE_AUTOTOOLS= autoconf autoheader:env aclocal automake
|
|
||||||
|
|
||||||
USES= compiler gmake perl5 python:2.7
|
GNU_CONFIGURE= yes
|
||||||
|
USES= autoreconf compiler gmake perl5 python:2.7
|
||||||
USE_PERL5= run
|
USE_PERL5= run
|
||||||
WRKSRC= ${WRKDIR}/${DISTNAME}/contrib/fb303
|
WRKSRC= ${WRKDIR}/${DISTNAME}/contrib/fb303
|
||||||
|
|
||||||
|
|
10
devel/fb303/files/patch-configure.ac
Normal file
10
devel/fb303/files/patch-configure.ac
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- configure.ac.orig 2015-01-26 02:06:23 UTC
|
||||||
|
+++ configure.ac
|
||||||
|
@@ -29,6 +29,7 @@
|
||||||
|
AC_PREREQ(2.52)
|
||||||
|
AC_INIT([libfb303],[20080209])
|
||||||
|
#AC_CONFIG_AUX_DIR([/usr/share/automake-1.9])
|
||||||
|
+AC_CONFIG_MACRO_DIR([aclocal])
|
||||||
|
# To install locally
|
||||||
|
FB_INITIALIZE([localinstall])
|
||||||
|
AC_PREFIX_DEFAULT([/usr/local])
|
Loading…
Add table
Reference in a new issue