From owner-freebsd-x11@FreeBSD.ORG Mon Feb 3 08:22:36 2014 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6201DF27 for ; Mon, 3 Feb 2014 08:22:36 +0000 (UTC) Received: from fep11.mx.upcmail.net (fep11.mx.upcmail.net [62.179.121.31]) by mx1.freebsd.org (Postfix) with ESMTP id A3CAB1AE5 for ; Mon, 3 Feb 2014 08:22:35 +0000 (UTC) Received: from edge03.upcmail.net ([192.168.13.238]) by viefep11-int.chello.at (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20140203082232.JXJT13224.viefep11-int.chello.at@edge03.upcmail.net>; Mon, 3 Feb 2014 09:22:32 +0100 Received: from [127.0.0.1] ([178.84.134.112]) by edge03.upcmail.net with edge id MkNX1n01p2Rg3Ey03kNXtd; Mon, 03 Feb 2014 09:22:32 +0100 X-SourceIP: 178.84.134.112 Message-ID: <52EF51C8.4090200@rainbow-runner.nl> Date: Mon, 03 Feb 2014 09:22:32 +0100 From: Koop Mast User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: jhellenthal@dataix.net, x11@freebsd.org Subject: Re: pixman malformed conditional '$' References: <20140203031952.GA46364@DataIX.net> In-Reply-To: <20140203031952.GA46364@DataIX.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 140202-1, 02-02-2014), Outbound message X-Antivirus-Status: Clean X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Feb 2014 08:22:36 -0000 On 3-2-2014 4:19, jhellenthal@dataix.net wrote: > Could someone please get rid of the '$' here ? > > THanks > > make: "/export/usr/ports/x11/pixman/Makefile" line 23: Malformed conditional (! ${MACHINE_CPU:Mmmx}) > make: "/export/usr/ports/x11/pixman/Makefile" line 26: Malformed conditional (! ${MACHINE_CPU:Msse2}) > We can't get rid of the '$' here they are needed. Can you tell me on which arch this happens? make -V ARCH or uname -a output. -Koop