diff options
author | Daniel Sabogal <dsabogalcc@gmail.com> | 2016-08-17 16:38:18 -0400 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-08-17 21:33:38 +0000 |
commit | 5607add81a28dfb3a699a4c5f6989cd9764b5307 (patch) | |
tree | 4818701bb04399d23498c34604726ca582a2c6b1 | |
parent | 204003b20f3f1a00bc8113617fa2996a3e47ce83 (diff) | |
download | aports-5607add81a28dfb3a699a4c5f6989cd9764b5307.tar.bz2 aports-5607add81a28dfb3a699a4c5f6989cd9764b5307.tar.xz |
main/libgcrypt: remove unused patch
-rw-r--r-- | main/libgcrypt/nocxx.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/main/libgcrypt/nocxx.patch b/main/libgcrypt/nocxx.patch deleted file mode 100644 index beb1ab9006..0000000000 --- a/main/libgcrypt/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 |