diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-08-03 01:49:46 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-08-03 01:49:46 -0300 |
commit | b8be8316e6cf62713329cb15d77411658d7cb447 (patch) | |
tree | e5486c1e5bb7baa1e5356fb8de18beb263f51fbb /community-testing/virtualbox/virtualbox-4-makeself-check.patch | |
parent | f8f8c2edc0a58f29e716f32453ee296980faef03 (diff) | |
parent | 1173ff2dba7d0fd3c45f170a5e353a76b7a5da2f (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
core/libtirpc/PKGBUILD
extra/ffmpeg/PKGBUILD
extra/imap/PKGBUILD
Diffstat (limited to 'community-testing/virtualbox/virtualbox-4-makeself-check.patch')
-rw-r--r-- | community-testing/virtualbox/virtualbox-4-makeself-check.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/community-testing/virtualbox/virtualbox-4-makeself-check.patch b/community-testing/virtualbox/virtualbox-4-makeself-check.patch new file mode 100644 index 000000000..e1fcb8c2f --- /dev/null +++ b/community-testing/virtualbox/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 |