From owner-freebsd-ports@FreeBSD.ORG Fri Sep 10 15:17:47 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F9AC16A4CE; Fri, 10 Sep 2004 15:17:47 +0000 (GMT) Received: from aivaliotis.org (s70.n11.vds2000.com [66.84.11.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F04243D1D; Fri, 10 Sep 2004 15:17:46 +0000 (GMT) (envelope-from dimitri@aivaliotis.org) Received: (from aivaliot@localhost) by aivaliotis.org (8.12.9/8.11.2) id i8AFHjsV004570; Fri, 10 Sep 2004 11:17:45 -0400 Date: Fri, 10 Sep 2004 11:17:45 -0400 Message-Id: <200409101517.i8AFHjsV004570@aivaliotis.org> From: "Dimitri Aivaliotis" To: knu@FreeBSD.org X-Mailer: NeoMail 1.21 X-IPAddress: 212.71.117.27 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 cc: ports@FreeBSD.org Subject: FreeBSD Ports: ruby-rmagick-1.5.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Sep 2004 15:17:47 -0000 Hello I've found that if you use version 1.6.0 and add the following to CONFIGURE_ENV in the port's Makefile, it will compile: CXX=c++ \ CXXFLAGS="-I/usr/X11R6/include -mcpu=pentiumpro" \ (You could do without the -mcpu, I assume.) HTH, - Dimitri