Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Aug 2008 09:20:57 +0100
From:      Dieter <freebsd@sopwith.solgatos.com>
To:        Gyrd Thane Lange <gyrd-se@thanelange.no>
Cc:        Craig Butler <craig001@lerwick.hopto.org>, Martin Tournoij <carpetsmoker@rwxrwxrwx.net>, multimedia@freebsd.org, freebsd-ports@freebsd.org, Leslie Jensen <leslie@eskk.nu>
Subject:   Re: multimedia/transcode won't build 
Message-ID:  <200808111620.QAA28884@sopwith.solgatos.com>
In-Reply-To: Your message of "Mon, 11 Aug 2008 13:15:33 %2B0200." <48A01F55.5060603@thanelange.no> 

next in thread | previous in thread | raw e-mail | index | archive | help
> >> -#include <lzo/lzo1x.h>
> >> -#include <lzo/lzoutil.h>
> >> +#include <lzo1x.h>
> >> +#include <lzoutil.h>

> And here is a question for the freebsd-ports@ masters. If a port only 
> requires basic lzo functionality, is there an easy way to just work with 
> whatever version (lzo1 or lzo2) the user already has installed on the 
> system? Thus possibly avoiding the user ending up with both versions on 
> his system.

If the only problem is the location of the header file, why not
use -L/dir/ to search both places?  Then it should work with either
lzo1 or lzo2.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808111620.QAA28884>