From owner-svn-ports-head@FreeBSD.ORG Wed Sep 24 13:38:29 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1CE98E08; Wed, 24 Sep 2014 13:38:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 08890CAF; Wed, 24 Sep 2014 13:38:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8ODcSqf087364; Wed, 24 Sep 2014 13:38:28 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8ODcSwT087362; Wed, 24 Sep 2014 13:38:28 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201409241338.s8ODcSwT087362@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Wed, 24 Sep 2014 13:38:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369179 - head/astro/xtide X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Sep 2014 13:38:29 -0000 Author: marino Date: Wed Sep 24 13:38:28 2014 New Revision: 369179 URL: http://svnweb.freebsd.org/changeset/ports/369179 QAT: https://qat.redports.org/buildarchive/r369179/ Log: astro/xtide: Add support for non-ports GCC This port requires GCC, so it loads the lang/gcc. The ports GCC will look in /usr/local/include by default, but others (such as DF base compiler) will not. Specify -I${LOCALBASE}/include in CFLAGS explicitly as it is needed to locate the X11/Xaw/Box.h header. This is covered by "Just Fix It" blanket. Modified: head/astro/xtide/Makefile Modified: head/astro/xtide/Makefile ============================================================================== --- head/astro/xtide/Makefile Wed Sep 24 13:37:01 2014 (r369178) +++ head/astro/xtide/Makefile Wed Sep 24 13:38:28 2014 (r369179) @@ -49,6 +49,7 @@ PLIST_SUB+= X11="@comment " .else USE_XORG+= xpm xaw PLIST_SUB+= X11="" +CFLAGS+= -I${LOCALBASE}/include .endif post-extract: