svn commit: r369179 - head/astro/xtide

John Marino marino at FreeBSD.org
Wed Sep 24 13:38:29 UTC 2014


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:


More information about the svn-ports-head mailing list