Subject: Re: pkg/35583: multimedia/libmp4v2 requires SDL but has no dependency
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Matthias Drochner <M.Drochner@fz-juelich.de>
List: pkgsrc-bugs
Date: 02/12/2007 10:15:05
The following reply was made to PR pkg/35583; it has been noted by GNATS.

From: Matthias Drochner <M.Drochner@fz-juelich.de>
To: Robert Elz <kre@munnari.OZ.AU>
Cc: gnats-bugs@NetBSD.org
Subject: Re: pkg/35583: multimedia/libmp4v2 requires SDL but has no dependency
Date: Mon, 12 Feb 2007 11:14:18 +0100

 kre@munnari.OZ.AU said:
 > SDL does not appear to be installed - install the SDL development
 > package You must have sdl-config in your path to continue
 
 SDL is not used by libmp4v2. It is just a stupid script run before
 "configure" which checks this (and other things which don't make
 sense here, eg whether faac supports mp4).
 
 Does the following work for you?
 1. comment out "CONFIGURE_SCRIPT=      bootstrap"
 2. add a rule:
 pre-configure:
 	${TOUCH} ${WRKSRC}/bootstrapped
 
 best regards
 Matthias