Subject: Re: pkg/33707: [patch] multimedia/mpeg4ip - prevent configure
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Juan RP <juan@xtrarom.org>
List: pkgsrc-bugs
Date: 06/12/2006 23:25:02
The following reply was made to PR pkg/33707; it has been noted by GNATS.

From: Juan RP <juan@xtrarom.org>
To: gnats-bugs@NetBSD.org
Cc: peter.schuller@infidyne.com
Subject: Re: pkg/33707: [patch] multimedia/mpeg4ip - prevent configure
 script from picking up host system libraries
Date: Tue, 13 Jun 2006 01:24:33 +0200

 On Mon, 12 Jun 2006 23:20:01 +0000 (UTC)
 peter.schuller@infidyne.com wrote:
 
 > (Is this the preferred way to do this? Should one have autoconf be re-run instead, or do something else?)
 
 You could use the subst framework to transform /usr/X11R6 to ${X11BASE}
 without creating the patches... I used this way in other packages in the past.
 
 Cheers.