[44112] trunk/dports/kde/kdebase4/Portfile

illogic-al at macports.org illogic-al at macports.org
Sun Dec 21 17:38:31 PST 2008


Revision: 44112
          http://trac.macports.org/changeset/44112
Author:   illogic-al at macports.org
Date:     2008-12-21 17:38:30 -0800 (Sun, 21 Dec 2008)
Log Message:
-----------
Attempt at fixing #17688

Modified Paths:
--------------
    trunk/dports/kde/kdebase4/Portfile

Modified: trunk/dports/kde/kdebase4/Portfile
===================================================================
--- trunk/dports/kde/kdebase4/Portfile	2008-12-22 01:30:38 UTC (rev 44111)
+++ trunk/dports/kde/kdebase4/Portfile	2008-12-22 01:38:30 UTC (rev 44112)
@@ -45,6 +45,9 @@
 		-DPHONON_INCLUDE_DIR=${prefix}/include \
 		-DPHONON_LIBRARY=${prefix}/lib/libphonon.dylib \
 		-DCMAKE_OSX_SYSROOT=${universal_sysroot} \
+		-DWITH_XKB=OFF \
+		-DX11_XKB_INCLUDE_PATH=\"\" \
+		-DWITH_Xine=OFF \
 		-Wno-dev
 
 variant universal {
@@ -55,10 +58,14 @@
 variant debug description "Enable debug binaries" {
 	configure.args-delete		-DCMAKE_BUILD_TYPE=Release
 	configure.args-append		-DCMAKE_BUILD_TYPE=debugFull
-
 }
 
 variant xine description "enable phonon_xine engine" {
-	depends_build       port:xine-lib
+# Unsupported. Don't report bugs, unless you fix it :-)
+	depends_build               port:xine-lib
+    configure.args-delete       -DWITH_XKB=OFF \
+                                -DX11_XKB_INCLUDE_PATH=\"\" \
+                                -DWITH_Xine=OFF
+    configure.args-append       -DWITH_Xine=ON -DWITH_XKB=ON
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081221/32a3e6e4/attachment.html>


More information about the macports-changes mailing list