]> git.pld-linux.org Git - packages/VirtualBox.git/commitdiff
- pld release fixes
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 14 Oct 2008 14:10:46 +0000 (14:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    VirtualBox.spec -> 1.143

VirtualBox.spec

index 7e08d4a67a0c73d360a04a262c81f9fe28b104c7..3ea2e06a5f60552903746e4d709d45d41ba91a59 100644 (file)
@@ -87,8 +87,12 @@ BuildRequires:       sed >= 4.0
 BuildRequires: which
 BuildRequires: xalan-c-devel >= 1.10.0
 BuildRequires: xerces-c-devel >= 2.6.0
+%if "%{pld_release}" == "ac"
+BuildRequires: XFree86-devel
+%else
 BuildRequires: xorg-lib-libXcursor-devel
 BuildRequires: xorg-lib-libXmu-devel
+%endif
 BuildRequires: zlib-devel >= 1.2.1
 %ifarch %{x8664}
 BuildRequires: gcc-multilib
@@ -280,7 +284,7 @@ rm -rf PLD-MODULE-BUILD && mkdir PLD-MODULE-BUILD && cd PLD-MODULE-BUILD
 %if %{with userspace}
 ./configure \
        --with-gcc="%{__cc}" \
-%if "%{pld_release}" != "ti"
+%if "%{pld_release}" == "th"
        --with-gcc-compat="gcc-3.4" \
 %endif
        --with-g++="%{__cxx}" \
This page took 0.114526 seconds and 4 git commands to generate.