Re: [arch-general] How to specify configure options with makepkg

2009-09-10 Thread Nigel Henry
On Thursday 10 September 2009 12:25, Nigel Henry wrote: > I'm trying to install psychosynth from AUR. Ogre is one of the deps, but > the comments on the psychosynth page say to compile Ogre with devIL, not > freeimage, which is the default image loader. Configure says that I can set > an option, --

Re: [arch-general] How to specify configure options with makepkg

2009-09-10 Thread Edgar Kalkowski
Look for the build() function in the PKBUILD file of psychosynth. Within this function there should be the line that calls the configure script. So you can add your options there. Edgar Am oder ungefähr am Donnerstag, 10. September 2009, um 12:25:22 schrieb Nigel Henry: > I'm trying to instal

[arch-general] How to specify configure options with makepkg

2009-09-10 Thread Nigel Henry
I'm trying to install psychosynth from AUR. Ogre is one of the deps, but the comments on the psychosynth page say to compile Ogre with devIL, not freeimage, which is the default image loader. Configure says that I can set an option, --disable-freeimage, but where do I set this option when using