Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Sep 2014 13:38:28 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369179 - head/astro/xtide
Message-ID:  <201409241338.s8ODcSwT087362@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409241338.s8ODcSwT087362>