diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2017-03-09 19:21:42 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2017-03-09 19:21:42 +0000 |
commit | 873effc7bb5548949df33da944f0ba3815c09c0c (patch) | |
tree | d554312bd5fabdbb090966b68f97c8d75a4f4cfb /emulators/virtualbox-ose/Makefile | |
parent | d8f37a65d94b813117aa73ddfc45a1076215d522 (diff) | |
download | ports-873effc7bb5548949df33da944f0ba3815c09c0c.tar.gz ports-873effc7bb5548949df33da944f0ba3815c09c0c.zip |
Fix build with option QT4.
Submitted by: Walter Schwarzenfeld (w dot schwarzenfeld at utanet dot at)
Notes
Notes:
svn path=/head/; revision=435797
Diffstat (limited to 'emulators/virtualbox-ose/Makefile')
-rw-r--r-- | emulators/virtualbox-ose/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/virtualbox-ose/Makefile b/emulators/virtualbox-ose/Makefile index e54f88c7966c..6e7a0c1ecd67 100644 --- a/emulators/virtualbox-ose/Makefile +++ b/emulators/virtualbox-ose/Makefile @@ -174,7 +174,8 @@ VBOX_UTILS+= VBoxTestOGL VBOX_WITH_QT= 1 .if ${PORT_OPTIONS:MQT4} EXTRA_PATCHES+= ${PATCHDIR}/extrapatch-src_VBox_Frontends_VirtualBox_src_net_UIDownloaderAdditions.cpp \ - ${PATCHDIR}/extrapatch-src_VBox_Frontends_VirtualBox_src_net_UIDownloaderExtensionPack.cpp + ${PATCHDIR}/extrapatch-src_VBox_Frontends_VirtualBox_src_net_UIDownloaderExtensionPack.cpp \ + ${PATCHDIR}/extrapatch-src_VBox_Frontends_VirtualBox_src_settings_global_UIGlobalSettingsNetworkDetailsHost.cpp CONFIGURE_ARGS+= --enable-qt4 USE_QT4= corelib gui linguist_build moc_build network opengl USE_QT4+= rcc_build uic_build |