You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							37 lines
						
					
					
						
							1.4 KiB
						
					
					
				
			
		
		
	
	
							37 lines
						
					
					
						
							1.4 KiB
						
					
					
				| # --- SDE-COPYRIGHT-NOTE-BEGIN --- | |
| # This copyright note is auto-generated by ./scripts/Create-CopyPatch. | |
| # | |
| # Filename: package/.../networkmanager/no-distro.patch | |
| # Copyright (C) 2010 - 2011 The OpenSDE Project | |
| # | |
| # More information can be found in the files COPYING and README. | |
| # | |
| # This patch file is dual-licensed. It is available under the license the | |
| # patched project is licensed under, as long as it is an OpenSource license | |
| # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms | |
| # of the GNU General Public License as published by the Free Software | |
| # Foundation; either version 2 of the License, or (at your option) any later | |
| # 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 @@ | |
|  fi | |
|  with_distro=`echo ${with_distro} | tr '[:upper:]' '[:lower:]' ` | |
|   | |
| -if test "z$with_distro" = "z"; then | |
| -	echo "Linux distribution autodetection failed, you must specify the distribution to target using --with-distro=DISTRO" | |
| -	exit 1 | |
| -else | |
| -	case $with_distro in | |
| -		redhat|suse|gentoo|debian|slackware|arch|paldo|frugalware|mandriva|pardus|linexa) ;; | |
| -		*) | |
| -			echo "Your distribution (${with_distro}) is not yet supported!  (patches welcome)" | |
| -			exit 1 | |
| -			;; | |
| -	esac | |
| -fi | |
|   | |
|   if test x"$with_distro" = xredhat; then | |
|    TARGET_REDHAT_TRUE=
 | |
| 
 |