summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/licq/files/1.2.6-debugflag.patch')
-rw-r--r--net-im/licq/files/1.2.6-debugflag.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/net-im/licq/files/1.2.6-debugflag.patch b/net-im/licq/files/1.2.6-debugflag.patch
deleted file mode 100644
index bbcc15007d01..000000000000
--- a/net-im/licq/files/1.2.6-debugflag.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- configure 2003-03-23 23:21:31.000000000 +0100
-+++ configure.new 2003-06-20 11:14:46.000000000 +0200
-@@ -3668,8 +3668,8 @@
- fi;
-
- if test "$licqdaemon_use_debug" = "no"; then
-- CXXFLAGS="`echo $CXXFLAGS | sed s/-g//`"
-- CFLAGS="`echo $CFLAGS | sed s/-g//`"
-+ CXXFLAGS="`echo $CXXFLAGS | sed \"s/-g[^ ]*//\"`"
-+ CFLAGS="`echo $CFLAGS | sed \"s/-g[^ ]*//\"`"
- fi
-
- ac_ext=cc