diff options
Diffstat (limited to 'net-dialup/qtwvdialer/files/g++configure.patch')
-rw-r--r-- | net-dialup/qtwvdialer/files/g++configure.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-dialup/qtwvdialer/files/g++configure.patch b/net-dialup/qtwvdialer/files/g++configure.patch deleted file mode 100644 index a5e1a1f52e47..000000000000 --- a/net-dialup/qtwvdialer/files/g++configure.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2004-09-27 21:41:16.508037928 +0930 -+++ configure 2004-09-27 21:41:34.860247968 +0930 -@@ -44,7 +44,7 @@ - echo "#include <stdio.h>" >> qttest.cpp - echo "int main(int argc, char **argv) { fprintf( stderr, \"Found QT Version %s: \", QT_VERSION_STR );" >> qttest.cpp - echo "if (QT_VERSION >= 300) return 0; else return -1; }" >> qttest.cpp --gcc -I$QTDIR/include qttest.cpp -+g++ -I$QTDIR/include qttest.cpp - if ./a.out - then - echo "OK" |