diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-09-16 14:01:41 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-09-16 14:20:57 +0000 |
commit | 133362eb053d4b7b9e95a2878518bb8c83e0c87a (patch) | |
tree | 170eb021c841da4f989b5018a4bac3134ef8ca64 /testing/xf86-video-virtualbox/xf86-video-virtualbox-4-makeself-check.patch | |
parent | 468668c8211152668d2246f4c165afbba9d66640 (diff) | |
download | aports-133362eb053d4b7b9e95a2878518bb8c83e0c87a.tar.bz2 aports-133362eb053d4b7b9e95a2878518bb8c83e0c87a.tar.xz |
testing/xf86-video-virtualbox: new aport
Xorg Virtual box video driver
http://virtualbox.org
ref #1349
Diffstat (limited to 'testing/xf86-video-virtualbox/xf86-video-virtualbox-4-makeself-check.patch')
-rw-r--r-- | testing/xf86-video-virtualbox/xf86-video-virtualbox-4-makeself-check.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/xf86-video-virtualbox/xf86-video-virtualbox-4-makeself-check.patch b/testing/xf86-video-virtualbox/xf86-video-virtualbox-4-makeself-check.patch new file mode 100644 index 0000000000..e1fcb8c2f4 --- /dev/null +++ b/testing/xf86-video-virtualbox/xf86-video-virtualbox-4-makeself-check.patch @@ -0,0 +1,10 @@ +--- VirtualBox-4.0.0_OSE/configure ++++ VirtualBox-4.0.0_OSE/configure +@@ -2527,7 +2527,6 @@ + check_compiler_h + [ "$BUILD_MACHINE" = "amd64" -a $WITH_VMMRAW -eq 1 ] && check_32bit + # tools/common/makeself* +- [ $OSE -ge 1 ] && check_makeself + fi + + [ -n "$SETUP_WINE" ] && setup_wine |