summaryrefslogtreecommitdiffstats
path: root/networkmanager/NuTyX.patch
diff options
context:
space:
mode:
Diffstat (limited to 'networkmanager/NuTyX.patch')
-rw-r--r--networkmanager/NuTyX.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/networkmanager/NuTyX.patch b/networkmanager/NuTyX.patch
index 0fc48cf..e280da4 100644
--- a/networkmanager/NuTyX.patch
+++ b/networkmanager/NuTyX.patch
@@ -1,6 +1,6 @@
--- b/config.h.in 2011-05-07 13:34:44.000000000 +1000
+++ a/config.h.in 2011-05-07 13:34:44.000000000 +1000
-@@ -162,6 +162,9 @@
+@@ -171,6 +171,9 @@
/* Define if you have Gentoo */
#undef TARGET_GENTOO
@@ -12,7 +12,7 @@
--- b/configure.ac 2011-05-07 13:34:44.000000000 +1000
+++ a/configure.ac 2011-05-07 13:34:44.000000000 +1000
-@@ -106,7 +106,7 @@
+@@ -107,7 +107,7 @@
dnl
AC_C_BIGENDIAN
@@ -21,7 +21,7 @@
if test "z$with_distro" = "z"; then
AC_CHECK_FILE(/etc/redhat-release,with_distro="redhat")
AC_CHECK_FILE(/etc/SuSE-release,with_distro="suse")
-@@ -120,6 +120,7 @@
+@@ -121,6 +121,7 @@
AC_CHECK_FILE(/etc/pardus-release,with_distro="pardus")
AC_CHECK_FILE(/etc/linexa-release,with_distro="linexa")
AC_CHECK_FILE(/etc/exherbo-release,with_distro="exherbo")
@@ -29,7 +29,7 @@
if test "z$with_distro" = "z"; then
with_distro=`lsb_release -is`
fi
-@@ -131,7 +132,7 @@
+@@ -132,7 +133,7 @@
exit 1
else
case $with_distro in
@@ -38,7 +38,7 @@
*)
echo "Your distribution (${with_distro}) is not yet supported! (patches welcome)"
exit 1
-@@ -199,6 +200,11 @@
+@@ -200,6 +201,11 @@
AC_DEFINE(TARGET_EXHERBO, 1, [Define if you have Exherbo])
fi