Date: Wed, 24 Sep 2014 04:07:08 +0000 (UTC) From: Johannes Jost Meixner <xmj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369157 - head/www/linux-seamonkey Message-ID: <201409240407.s8O478Zw018205@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: xmj Date: Wed Sep 24 04:07:08 2014 New Revision: 369157 URL: http://svnweb.freebsd.org/changeset/ports/369157 QAT: https://qat.redports.org/buildarchive/r369157/ Log: Revert breaking Linux Mozilla suite with -f10 Revert a regression introduced in r368845 that causes Linux Mozilla suite not to work until CentOS 6.5 is default. PR: 193859 Differential Revision: https://reviews.freebsd.org/D819 Submitted by: Jan Beich <jbeich@vfemail.net> Approved by: swills (mentor) Modified: head/www/linux-seamonkey/Makefile.common Modified: head/www/linux-seamonkey/Makefile.common ============================================================================== --- head/www/linux-seamonkey/Makefile.common Wed Sep 24 04:05:45 2014 (r369156) +++ head/www/linux-seamonkey/Makefile.common Wed Sep 24 04:07:08 2014 (r369157) @@ -1,9 +1,8 @@ # Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -.undef WANT_GTK218 .if defined(OVERRIDE_LINUX_NONBASE_PORTS) && \ - ${OVERRIDE_LINUX_NONBASE_PORTS} == "f10" -.def WANT_GTK218 + ${OVERRIDE_LINUX_NONBASE_PORTS} != "f10" +.undef WANT_GTK218 .endif CATEGORIES+= linux
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409240407.s8O478Zw018205>