diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-05-12 11:41:49 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-05-12 11:41:49 +0000 |
commit | 0c6c448da58a92f1202f7d4b2789b50b0a2c8201 (patch) | |
tree | 10bcec99c4c973ca824aca6eda4b30d7b89544fd /x11/xorg-server | |
parent | 58183010cf058940694e49d95367513301449e60 (diff) | |
download | aports-0c6c448da58a92f1202f7d4b2789b50b0a2c8201.tar.bz2 aports-0c6c448da58a92f1202f7d4b2789b50b0a2c8201.tar.xz |
x11: removed misc unused patches
Diffstat (limited to 'x11/xorg-server')
-rw-r--r-- | x11/xorg-server/nocxx.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/x11/xorg-server/nocxx.patch b/x11/xorg-server/nocxx.patch deleted file mode 100644 index beb1ab9006..0000000000 --- a/x11/xorg-server/nocxx.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- a/configure 2004-12-07 21:34:23.205172545 +0000 -+++ b/configure 2004-12-07 21:37:17.726654782 +0000 -@@ -5148,10 +5148,8 @@ - : - else - { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check --See \`config.log' for more details." >&5 --echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check --See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } -+See \`config.log' for more details." >&5;} -+ { echo "C++ sucks, ignoring ..." >&5; }; } - fi - - ac_ext=cc |