Subject: Re: pkg/17359: xamp doesn't build
To: None <cjs@cynic.net>
From: Rui-Xiang Guo <rxg@ms25.url.com.tw>
List: netbsd-bugs
Date: 06/29/2002 02:32:09
> ===> Building for xamp-0.8.10
> c++ -I.. -I/usr/pkg/qt1/include qembed.cpp -o qembed  -L/usr/pkg/qt1/lib -lm -lqt -Wl,-R/usr/X11R6/qt1/lib -L/usr/X11R6/lib -Wl,-R/usr/X11R6/lib -lX11 -lXext
> cd pixmaps ; make
> ../qembed pixmaps.h pixmaps.c *.bmp
> Shared object "libqt.so.1" not found

Hi, you need to update the patch-ae
then add this line into Makefile:
--- /usr/pkgsrc/audio/xamp/Makefile     Sun Feb 25 12:17:37 2001
+++ Makefile    Sat Jun 29 02:16:42 2002
@@ -24,6 +24,7 @@
 USE_X11BASE=   yes
 
 EVAL_PREFIX+=  QT1DIR=qt1
+MAKE_FLAGS+=   QT1DIR=${X11PREFIX}
 CONFIGURE_ARGS+=       "--with-qt-dir=${QT1DIR}/qt1"
 
 CONFIGURE_ENV+=        "QTDIR=${QT1DIR}/qt1"

The Makefile seems to need to be cleaned...

-rxg