]> git.pld-linux.org Git - packages/NetworkManager.git/commitdiff
- make it build with 0.6.4
authorPatryk Zawadzki <patrys@room-303.com>
Wed, 23 Aug 2006 19:16:03 +0000 (19:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    NetworkManager-pld.patch -> 1.5

NetworkManager-pld.patch

index 99117387d6adadf1a0c10dcab3228d4ee0e86e12..7fd593c52fb119ec8016a5a3e2158d77e1bb3747 100644 (file)
@@ -5,15 +5,15 @@ diff -urN NetworkManager-0.6.2-o/configure.in NetworkManager-0.6.2/configure.in
        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])
This page took 0.081699 seconds and 4 git commands to generate.