diff options
author | David Naylor <dbn@FreeBSD.org> | 2014-08-25 20:02:20 +0000 |
---|---|---|
committer | David Naylor <dbn@FreeBSD.org> | 2014-08-25 20:02:20 +0000 |
commit | 68ea15cd5b01101319ce37b5c2adaf658d631ba7 (patch) | |
tree | 8872f6895a4c170031a82e2bad2093b59c88ccb6 /emulators/i386-wine | |
parent | 8dac2b879b51ea5a4d1fcb942df96410e17a4d7c (diff) | |
download | ports-68ea15cd5b01101319ce37b5c2adaf658d631ba7.tar.gz ports-68ea15cd5b01101319ce37b5c2adaf658d631ba7.zip |
Notes
Diffstat (limited to 'emulators/i386-wine')
-rw-r--r-- | emulators/i386-wine/Makefile.i386 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emulators/i386-wine/Makefile.i386 b/emulators/i386-wine/Makefile.i386 index 9ed9af4392fd..b8fc2628fb90 100644 --- a/emulators/i386-wine/Makefile.i386 +++ b/emulators/i386-wine/Makefile.i386 @@ -23,6 +23,10 @@ PLIST_REINPLACE_WINELIB= s!lib/!lib32/!g WINE_SLAVE_BUILD= yes USE_LDCONFIG32= ${WINELIBDIR} ${WINELIBDIR}/wine +.if !defined(WINE_CROSS_BUILD) +IGNORE= This port is not for consumption on FreeBSD/i386. To cross-build for FreeBSD/amd64: make -DWINE_CROSS_BUILD +.endif + # Hook into post-install and do some adapting to make i386 binaries work nicely # under FreeBSD/amd64 post-install-script: |