Convert to USES=autoreconf.
This commit is contained in:
parent
075f9511f2
commit
34a99527b8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=457060
2 changed files with 11 additions and 3 deletions
|
@ -17,10 +17,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE-DUAL.txt
|
|||
|
||||
SVNVERSION= 0.11_trunk_2979
|
||||
|
||||
USES= perl5 ssl tar:tgz
|
||||
USES= autoreconf perl5 ssl tar:tgz
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOTOOLS= autoconf aclocal autoheader
|
||||
ACLOCAL_ARGS+= -I ${WRKSRC}/infrastructure/m4
|
||||
CFLAGS+= -I${OPENSSLINC}
|
||||
LDFLAGS+= -L${OPENSSLLIB}
|
||||
|
||||
|
|
10
sysutils/boxbackup-devel/files/patch-configure.ac
Normal file
10
sysutils/boxbackup-devel/files/patch-configure.ac
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- configure.ac.orig 2011-08-21 10:24:10 UTC
|
||||
+++ configure.ac
|
||||
@@ -5,6 +5,7 @@ AC_PREREQ(2.59)
|
||||
AC_INIT([Box Backup], 0.11, [boxbackup@boxbackup.org],[boxbackup])
|
||||
AC_CONFIG_SRCDIR([lib/common/Box.h])
|
||||
AC_CONFIG_HEADERS([lib/common/BoxConfig.h])
|
||||
+AC_CONFIG_MACRO_DIR([infrastructure/m4])
|
||||
|
||||
touch install-sh
|
||||
AC_CANONICAL_SYSTEM
|
Loading…
Reference in a new issue