diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2014-05-23 20:08:19 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2014-05-23 20:08:19 +0000 |
commit | c17a40b1a9509566825ee27659593576bccc37e7 (patch) | |
tree | 1f863951e537e5a0ce9d2c93422e60d54b72115a /emulators | |
parent | 317ba613d79024d0f47620b821d740cf4c6a5cd5 (diff) | |
download | ports-c17a40b1a9509566825ee27659593576bccc37e7.tar.gz ports-c17a40b1a9509566825ee27659593576bccc37e7.zip |
Remove cruft from r350637. The patches requiring the hack was removed in
the previous commit (r354896) because the problem was fixed in 4.3.12:
https://www.virtualbox.org/changeset/50940/vbox
Notes
Notes:
svn path=/head/; revision=354961
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/virtualbox-ose/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/emulators/virtualbox-ose/Makefile b/emulators/virtualbox-ose/Makefile index b10b16308af4..170edaff8de7 100644 --- a/emulators/virtualbox-ose/Makefile +++ b/emulators/virtualbox-ose/Makefile @@ -221,11 +221,6 @@ post-patch: @${ECHO} 'VBOX_PATH_GSOAP_IMPORT = ${PREFIX}/share/gsoap/import' >> ${WRKSRC}/LocalConfig.kmk @${ECHO} 'VBOX_GCC_PEDANTIC_CXX = -Wshadow $(VBOX_GCC_WARN) -Wno-long-long' >> ${WRKSRC}/LocalConfig.kmk .endif -.if empty(PORT_OPTIONS:MX11) - @${ECHO} 'VBOX_WITH_VDMA =' >> ${WRKSRC}/LocalConfig.kmk - @${ECHO} 'VBOX_WITH_WDDM =' >> ${WRKSRC}/LocalConfig.kmk - @${ECHO} 'VBOX_WITH_WDDM_W8 =' >> ${WRKSRC}/LocalConfig.kmk -.endif .if ${COMPILER_TYPE} == clang @${REINPLACE_CMD} -e 's| -finline-limit=8000||' \ -e 's| -mpreferred-stack-boundary=2||' ${WRKSRC}/Config.kmk |