diff options
Diffstat (limited to 'net-dialup/speedtouch/files/speedtouch-1.3.1-debug.patch')
-rw-r--r-- | net-dialup/speedtouch/files/speedtouch-1.3.1-debug.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/net-dialup/speedtouch/files/speedtouch-1.3.1-debug.patch b/net-dialup/speedtouch/files/speedtouch-1.3.1-debug.patch deleted file mode 100644 index 243f2b6a4df7..000000000000 --- a/net-dialup/speedtouch/files/speedtouch-1.3.1-debug.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff -Nru speedtouch-1.3.1.orig/configure.in speedtouch-1.3.1/configure.in ---- speedtouch-1.3.1.orig/configure.in 2004-09-29 23:56:31.000000000 +0300 -+++ speedtouch-1.3.1/configure.in 2007-09-03 08:42:29.000000000 +0300 -@@ -33,15 +33,10 @@ - # --sysconfdir='${prefix}/etc' is considered the system default - test "x$sysconfdir" = 'x${prefix}/etc' && sysconfdir="/etc" - --CFLAGS=`echo $CFLAGS | sed s/"-g"/""/g` -- - dnl User options - AC_ARG_ENABLE(release,[ --enable-release set the compiler flags to -O6], - CFLAGS="-O6") - --AC_ARG_ENABLE(debug,[ --enable-debug set the compiler flags to -g],[ -- CFLAGS="-g"; debug_flags="-DDEBUG"]) -- - AC_ARG_ENABLE(syslog,[ --enable-syslog log messages via syslog], - syslog_flags="-DUSE_SYSLOG") - |