Subject: CVS commit: pkgsrc/www/php4
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 12/09/2004 14:50:23
Module Name:	pkgsrc
Committed By:	jlam
Date:		Thu Dec  9 14:50:23 UTC 2004

Modified Files:
	pkgsrc/www/php4: distinfo
Added Files:
	pkgsrc/www/php4/patches: patch-ad

Log Message:
When apache2 is built with the "worker" MPM, the PHP4 configure script
creates its own compiler wrapper script.  This "meta_ccld" script
isn't recognized by the installed libtool script as a compiler, and
libtool gets confused as to which compiler tag to use.  Rather than
inserting "--tag=CC" into the Makefiles, we patch the configure script
to not make the wrapper script, and instead, to simply append the
appropriate pthreads CFLAGS to the normal CFLAGS variable subsituted
into Makefiles.  This fixes PR pkg/28485.


To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 pkgsrc/www/php4/distinfo
cvs rdiff -r0 -r1.17 pkgsrc/www/php4/patches/patch-ad

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.