diff options
author | David Naylor <dbn@FreeBSD.org> | 2015-04-19 13:18:19 +0000 |
---|---|---|
committer | David Naylor <dbn@FreeBSD.org> | 2015-04-19 13:18:19 +0000 |
commit | 806a93509a4d5dd8c283dbde573f314d32d4d3a0 (patch) | |
tree | 316c63b02626ad00d50c9d3720e7d6415de2767c /emulators | |
parent | df91d3c8f6b86f4111f175a0c2abe741ef99a6a0 (diff) | |
download | ports-806a93509a4d5dd8c283dbde573f314d32d4d3a0.tar.gz ports-806a93509a4d5dd8c283dbde573f314d32d4d3a0.zip |
wine-compholio: unbreak build.
* The wine-compholio (aka staging) packages now require the autoreconf
command
* Since this is a slave port the patch under files/ is not automatically
applied and needs an EXTRA_PATCHES pointed to the patch.
Approved by: portmgr (implicit: unbreak build)
Notes
Notes:
svn path=/head/; revision=384286
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-compholio/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/wine-compholio/Makefile b/emulators/wine-compholio/Makefile index 65b2a5dc6b3d..9cc67c15597f 100644 --- a/emulators/wine-compholio/Makefile +++ b/emulators/wine-compholio/Makefile @@ -12,6 +12,8 @@ OPTIONS_SET= COMPHOLIO LIBXSLT MPG123 GNUTLS HAL V4L X11 MASTERDIR= ${.CURDIR}/../wine-devel PLIST= ${MASTERDIR}/pkg-plist +USE_AUTOTOOLS= autoconf:env +EXTRA_PATCHES= ${.CURDIR}/files/patch-scheduler .include "${MASTERDIR}/Makefile" |