diff options
author | Alin Năstac <mrness@gentoo.org> | 2007-07-18 08:02:38 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2007-07-18 08:02:38 +0000 |
commit | a46d214738057bf1ab6aed4a7db1775f3442c8ee (patch) | |
tree | ac3874cf377e6368312dbec134cdc167e06af560 /net-dialup/qtwvdialer/files/g++configure.patch | |
parent | Update HOMEPAGE. (diff) | |
download | historical-a46d214738057bf1ab6aed4a7db1775f3442c8ee.tar.gz historical-a46d214738057bf1ab6aed4a7db1775f3442c8ee.tar.bz2 historical-a46d214738057bf1ab6aed4a7db1775f3442c8ee.zip |
Remove obsolete version.
Package-Manager: portage-2.1.2.7
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" |