Subject: pkg/5046: x11/qt doesnt install package correctly
To: None <gnats-bugs@gnats.netbsd.org>
From: None <markus@core.de>
List: netbsd-bugs
Date: 02/23/1998 21:21:52
>Number:         5046
>Category:       pkg
>Synopsis:       x11/qt doesnt install include files correctly
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gnats-admin (GNATS administrator)
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Mon Feb 23 12:35:00 1998
>Last-Modified:
>Originator:     Markus Illenseer
>Organization:
none
>Release:        NetBSD-1.3 / -current packages
>Environment:
System: NetBSD lion 1.3 NetBSD 1.3 (LION) #0: Sun Feb 1 03:48:59 CET 1998 markus@lion:/usr/src/sys/arch/i386/compile/LION i386


>Description:

Due to
USE_X11=        yes
in the Makefile of x11/qt, the include files will be installed to
/usr/X11R6/include/qt instead of /usr/pkg/includes/qt

KDE will not find the includes there.

>How-To-Repeat:
cd /usr/pkg/x11/qt; make package

>Fix:
Proably a change in the Makefile required:
Either not use QTDIR or define it to PREFIX instead of X11_DIR
Or manually change this:
        ${INSTALL_DATA} ${WRKDIR}/qt-1.31/include/* ${QTDIR}/include/qt

>Audit-Trail:
>Unformatted: