From owner-cvs-ports@FreeBSD.ORG Thu Feb 12 06:24:55 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7EEF16A4CE; Thu, 12 Feb 2004 06:24:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAECF43D2F; Thu, 12 Feb 2004 06:24:55 -0800 (PST) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1CEOtGe092729; Thu, 12 Feb 2004 06:24:55 -0800 (PST) (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1CEOtXW092728; Thu, 12 Feb 2004 06:24:55 -0800 (PST) (envelope-from ale) Message-Id: <200402121424.i1CEOtXW092728@repoman.freebsd.org> From: Alex Dupre Date: Thu, 12 Feb 2004 06:24:55 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/php4 Makefile ports/lang/php5 Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Feb 2004 14:24:56 -0000 ale 2004/02/12 06:24:55 PST FreeBSD ports repository Modified files: lang/php4 Makefile lang/php5 Makefile Log: Use PTHREAD_LIBS only if OSVERSION >= 500016. This fixes compilation of mod_php with apache2-worker on -stable. PR: ports/62729 Submitted by: Maxim Maximov Approved by: nork (mentor/implicitly) Revision Changes Path 1.54 +7 -6 ports/lang/php4/Makefile 1.47 +7 -6 ports/lang/php5/Makefile