pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: [alnsn%yandex.ru@localhost: Re: imake and nas on Debian GNU/Linux]



Klaus Heinz wrote:
> Ok, it's a little different than my problem last year.
> 
> Deinstall devel/imake and x11/xorg-cf-files, apply the appended patch to 
> x11/xorg-cf-files/Makefile, reinstall xorg-cf-files and imake.
> Then try again building audio/nas.
It helped. Thanks, Klaus! Can I hope to see your patch commited?

I had to add bison and flex to build nas 1.9, but that's another story.
See attached patch.

-- 
Alexander Nasonov
http://nasonov.blogspot.com

The poets have been mysteriously silent on the subject of cheese. --
GK Chesterton --

This quote is generated by: 
        /usr/pkg/bin/curl -L http://tinyurl.com/veusy         \
          | sed -e 's/^document\.write(.//' -e 's/.);$/ --/'  \
                -e 's/<[^>]*>//g' -e 's/^More quotes from //' \
          | fmt | tee ~/.signature-quote
Index: audio/nas/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/audio/nas/Makefile,v
retrieving revision 1.75
diff -u -r1.75 Makefile
--- audio/nas/Makefile  5 May 2007 21:31:09 -0000       1.75
+++ audio/nas/Makefile  7 May 2007 06:56:21 -0000
@@ -18,6 +18,8 @@
 
 WRKSRC=                        ${WRKDIR}/${PKGNAME_NOREV}
 USE_TOOLS+=            gmake
+USE_TOOLS+=            bison
+USE_TOOLS+=            flex
 USE_IMAKE=             yes
 
 PKG_SYSCONFSUBDIR=     nas


Home | Main Index | Thread Index | Old Index