diff options
Diffstat (limited to 'dev-cpp/libglademm/files/libglademm-2.2.0-configure.patch')
-rw-r--r-- | dev-cpp/libglademm/files/libglademm-2.2.0-configure.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-cpp/libglademm/files/libglademm-2.2.0-configure.patch b/dev-cpp/libglademm/files/libglademm-2.2.0-configure.patch deleted file mode 100644 index 4e84ba83f6e4..000000000000 --- a/dev-cpp/libglademm/files/libglademm-2.2.0-configure.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/configure 2004-03-29 12:22:40.000000000 -0500 -+++ b/configure 2004-11-01 20:00:49.914274904 -0500 -@@ -3634,7 +3634,7 @@ - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - # I'd rather use --version here, but apparently some GNU ld's only accept -v. --case `"$LD" -v 2>&1 </dev/null` in -+case `$LD -v 2>&1 </dev/null` in - *GNU* | *'with BFD'*) - lt_cv_prog_gnu_ld=yes - ;; -@@ -9990,7 +9990,7 @@ - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - # I'd rather use --version here, but apparently some GNU ld's only accept -v. --case `"$LD" -v 2>&1 </dev/null` in -+case `$LD -v 2>&1 </dev/null` in - *GNU* | *'with BFD'*) - lt_cv_prog_gnu_ld=yes - ;; |