SOURCES: NetworkManager-pld.patch - make it build with 0.6.4
patrys
patrys at pld-linux.org
Wed Aug 23 21:16:08 CEST 2006
Author: patrys Date: Wed Aug 23 19:16:08 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- make it build with 0.6.4
---- Files affected:
SOURCES:
NetworkManager-pld.patch (1.4 -> 1.5)
---- Diffs:
================================================================
Index: SOURCES/NetworkManager-pld.patch
diff -u SOURCES/NetworkManager-pld.patch:1.4 SOURCES/NetworkManager-pld.patch:1.5
--- SOURCES/NetworkManager-pld.patch:1.4 Mon Apr 3 22:14:24 2006
+++ SOURCES/NetworkManager-pld.patch Wed Aug 23 21:16:03 2006
@@ -5,15 +5,15 @@
exit 1
else
case $with_distro in
-- redhat|suse|gentoo|debian|slackware) ;;
-+ redhat|suse|gentoo|debian|slackware|pld) ;;
+- redhat|suse|gentoo|debian|slackware|arch) ;;
++ redhat|suse|gentoo|debian|slackware|arch|pld) ;;
*)
echo "Your distribution (${with_distro}) is not yet supported! (patches welcome)"
exit 1
@@ -72,6 +72,7 @@
- AM_CONDITIONAL(TARGET_GENTOO, test x"$with_distro" = xgentoo)
AM_CONDITIONAL(TARGET_DEBIAN, test x"$with_distro" = xdebian)
AM_CONDITIONAL(TARGET_SLACKWARE, test x"$with_distro" = xslackware)
+ AM_CONDITIONAL(TARGET_ARCH, test x"$with_distro" = xarch)
+AM_CONDITIONAL(TARGET_PLD, test x"$with_distro" = xpld)
AC_MSG_CHECKING([for wireless-tools >= 28pre9])
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/NetworkManager-pld.patch?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list