diff options
author | wiz <wiz@pkgsrc.org> | 2008-09-16 16:07:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-09-16 16:07:31 +0000 |
commit | e8616413bf296fd2cac3a47122533e18687de272 (patch) | |
tree | 7b6b2def327eb43899f5093b61bb8bbf1a8c83de /x11/qt2-libs/patches/patch-ad | |
parent | 2ef35be8447c71d8f700912bd53702c83a040fd8 (diff) | |
download | pkgsrc-e8616413bf296fd2cac3a47122533e18687de272.tar.gz |
Remove remaining qt1 and qt2 packages, as announced on pkgsrc-users
on Sep 7 2008. No complaints received.
Diffstat (limited to 'x11/qt2-libs/patches/patch-ad')
-rw-r--r-- | x11/qt2-libs/patches/patch-ad | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/x11/qt2-libs/patches/patch-ad b/x11/qt2-libs/patches/patch-ad deleted file mode 100644 index 2256f062759..00000000000 --- a/x11/qt2-libs/patches/patch-ad +++ /dev/null @@ -1,43 +0,0 @@ -$NetBSD: patch-ad,v 1.3 2003/02/07 02:10:41 dmcmahill Exp $ - ---- configure.orig Wed Jun 13 04:57:02 2001 -+++ configure -@@ -18,37 +18,13 @@ - else - --touch .test.qt. --if [ '!' -f ${QTDIR}/.test.qt. ]; --then -- rm .test.qt. -- echo -- echo -- echo ' The environment variable $QTDIR is not set correctly. It is currently' -- echo ' set to "'$QTDIR'", but it should be set to this directory,' -- echo ' which is "'`pwd`'".' -- echo -- echo ' Please read the INSTALL file for instructions on how to set $QTDIR' -- echo ' correctly. If you have set $QTDIR in your .profile or .login, you ' -- echo ' will need to log out and log in again to make the setting effective.' -- echo -- echo -- exit 1 --fi --rm .test.qt. -- - # Find a make command --if ( make /dev/null ) >/dev/null 2>/dev/null --then -- MAKE=make --else - if ( gmake /dev/null ) >/dev/null 2>/dev/null - then - MAKE=gmake - else -- echo "You don't seem to have 'make' or 'gmake' in your PATH." -+ echo "You don't seem to have 'gmake' in your PATH." - echo "Cannot proceed." - exit 1 - fi --fi - - # Check licensed modules |