diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-10-05 19:57:56 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-10-05 19:57:56 +0000 |
commit | 7e80cde3289d108a73c54656f4fde354dd2fb09e (patch) | |
tree | b85b705571d426ca1d0ff74b6af8f029081a6a39 /archivers/rpm5 | |
parent | 6abe3f75658b0457864b49c9fdaf298b79f2c447 (diff) | |
download | ports-7e80cde3289d108a73c54656f4fde354dd2fb09e.tar.gz ports-7e80cde3289d108a73c54656f4fde354dd2fb09e.zip |
Notes
Diffstat (limited to 'archivers/rpm5')
-rw-r--r-- | archivers/rpm5/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/rpm5/Makefile b/archivers/rpm5/Makefile index c39f24112970..abdcf7a68a10 100644 --- a/archivers/rpm5/Makefile +++ b/archivers/rpm5/Makefile @@ -42,7 +42,7 @@ LATEST_LINK= rpm5 CONFLICTS= rpm-3.* rpm-4.* # need to autogen (for xz support) -USE_AUTOTOOLS+= aclocal:110 autoconf:267 automake:110 autoheader:267 +USE_AUTOTOOLS+= aclocal:111 autoconf:267 automake:111 autoheader:267 ACLOCAL_ARGS+= -I m4 -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS+= -a -c pre-configure: @@ -134,6 +134,8 @@ post-patch:: @${REINPLACE_CMD} -e "s:/bin/sh:/usr/bin/env bash:" \ ${WRKSRC}/scripts/gendiff @${REINPLACE_CMD} -e 's:AC_DEFUN:m4_define:g' ${WRKSRC}/configure.ac + @${REINPLACE_CMD} -e 's:pkgincHEADERS_INSTALL:INSTALL_HEADER:' \ + ${WRKSRC}/rpmdb/Makefile.am .if defined(WITH_PERL) post-configure: |