diff options
author | tijl <tijl@FreeBSD.org> | 2015-04-18 23:14:57 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2015-04-18 23:14:57 +0800 |
commit | 0e4714a35e0a1dbad8571e70dd58de73cd75e9bd (patch) | |
tree | b61b1965e672cbfbc413084d564e65454bf0286a /multimedia/kodi | |
parent | bdf535c9fa1e802419dbc1324bc3b88412eab7e7 (diff) | |
download | freebsd-ports-gnome-0e4714a35e0a1dbad8571e70dd58de73cd75e9bd.tar.gz freebsd-ports-gnome-0e4714a35e0a1dbad8571e70dd58de73cd75e9bd.tar.zst freebsd-ports-gnome-0e4714a35e0a1dbad8571e70dd58de73cd75e9bd.zip |
Convert to USES=autoreconf
Diffstat (limited to 'multimedia/kodi')
-rw-r--r-- | multimedia/kodi/Makefile | 7 | ||||
-rw-r--r-- | multimedia/kodi/files/patch-freebsd | 13 |
2 files changed, 3 insertions, 17 deletions
diff --git a/multimedia/kodi/Makefile b/multimedia/kodi/Makefile index b26a9989cb08..0fbf6112faef 100644 --- a/multimedia/kodi/Makefile +++ b/multimedia/kodi/Makefile @@ -61,8 +61,8 @@ GH_ACCOUNT= xbmc GH_PROJECT= ffmpeg GH_TAGNAME= 2.4.6-Helix -USES= gettext gmake iconv:wchar_t libtool:build pkgconfig python:2 -USE_AUTOTOOLS= autoconf:env automake:env +USES= autoreconf:build gettext gmake iconv:wchar_t libtool \ + pkgconfig python:2 GNU_CONFIGURE= yes USE_XORG= xt xmu xtst xrandr USE_GL= glu @@ -172,9 +172,8 @@ post-patch: ${WRKSRC}/xbmc/Makefile.in \ ${WRKSRC}/tools/TexturePacker/Makefile.in ${REINPLACE_CMD} 's;which swig;&2.0;' ${WRKSRC}/codegenerator.mk - ${REINPLACE_CMD} '/^autopoint/d' ${WRKSRC}/lib/cpluff/autogen.sh -run-autotools: +pre-configure: cd ${WRKSRC} && ${SH} ./bootstrap post-install: diff --git a/multimedia/kodi/files/patch-freebsd b/multimedia/kodi/files/patch-freebsd index f05a739f382a..aa32687770f6 100644 --- a/multimedia/kodi/files/patch-freebsd +++ b/multimedia/kodi/files/patch-freebsd @@ -1,16 +1,3 @@ -diff --git lib/cpluff/autogen.sh lib/cpluff/autogen.sh -index ee0a418..efd5291 100755 ---- lib/cpluff/autogen.sh -+++ lib/cpluff/autogen.sh -@@ -15,7 +15,7 @@ fi - - # Generate files in top level directory - cd "$basedir" --autopoint -+#autopoint - rm -f ABOUT-NLS - test -d auxliary || mkdir auxliary - libtoolize --automake -f diff --git tools/depends/target/ffmpeg/Makefile tools/depends/target/ffmpeg/Makefile index 0e08dcf..e94d78f 100644 --- tools/depends/target/ffmpeg/Makefile |