|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
|
|
|
|
#
|
|
|
|
|
# Filename: package/.../networkmanager/no-distro.patch
|
|
|
|
|
# Copyright (C) 2010 - 2011 The OpenSDE Project
|
|
|
|
|
# Copyright (C) 2010 - 2012 The OpenSDE Project
|
|
|
|
|
#
|
|
|
|
|
# More information can be found in the files COPYING and README.
|
|
|
|
|
#
|
|
|
|
@ -14,9 +14,9 @@
|
|
|
|
|
# version.
|
|
|
|
|
# --- SDE-COPYRIGHT-NOTE-END ---
|
|
|
|
|
|
|
|
|
|
--- NetworkManager-0.8.2/configure.orig 2010-11-03 21:11:24.000000000 +0100
|
|
|
|
|
+++ NetworkManager-0.8.2/configure 2011-03-21 22:34:46.288072237 +0100
|
|
|
|
|
@@ -13875,18 +13875,6 @@
|
|
|
|
|
--- NetworkManager-0.8.4.0/configure.orig 2011-04-20 20:31:50.000000000 +0200
|
|
|
|
|
+++ NetworkManager-0.8.4.0/configure 2012-05-11 16:17:10.587468064 +0200
|
|
|
|
|
@@ -13910,18 +13910,6 @@
|
|
|
|
|
fi
|
|
|
|
|
with_distro=`echo ${with_distro} | tr '[:upper:]' '[:lower:]' `
|
|
|
|
|
|
|
|
|
@ -25,7 +25,7 @@
|
|
|
|
|
- exit 1
|
|
|
|
|
-else
|
|
|
|
|
- case $with_distro in
|
|
|
|
|
- redhat|suse|gentoo|debian|slackware|arch|paldo|frugalware|mandriva|pardus|linexa) ;;
|
|
|
|
|
- redhat|suse|gentoo|debian|slackware|arch|paldo|frugalware|mandriva|pardus|linexa|exherbo) ;;
|
|
|
|
|
- *)
|
|
|
|
|
- echo "Your distribution (${with_distro}) is not yet supported! (patches welcome)"
|
|
|
|
|
- exit 1
|
|
|
|
|