svn commit: r369157 - head/www/linux-seamonkey

Johannes Jost Meixner xmj at FreeBSD.org
Wed Sep 24 04:07:09 UTC 2014


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 at 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 at 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


More information about the svn-ports-head mailing list