Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
Index: X11/Makefile
===================================================================
--- X11/Makefile	(revision 60)
+++ X11/Makefile	(revision 61)
@@ -743,7 +743,6 @@
 ####### Desktop networking:
 #######
 REQUIRES += X11/net/nm-applet/1.30.0
-REQUIRES += X11/net/libnice/0.1.21
 
 #######
 ####### applications:
Index: base/Makefile
===================================================================
--- base/Makefile	(revision 60)
+++ base/Makefile	(revision 61)
@@ -1151,6 +1151,14 @@
 REQUIRES += libs/libsoup3/3.4.2-x86_32
 endif
 
+REQUIRES += net/libnice/0.1.21
+ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_POWER8_GLIBC) $(TOOLCHAIN_POWER9_GLIBC)),)
+REQUIRES += net/libnice/0.1.21-ppc32
+endif
+ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_X86_64_GLIBC)),)
+REQUIRES += net/libnice/0.1.21-x86_32
+endif
+
 REQUIRES += net/nss-pam-ldapd/0.9.11
 ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_POWER8_GLIBC) $(TOOLCHAIN_POWER9_GLIBC)),)
 REQUIRES += net/nss-pam-ldapd/0.9.11-ppc32