Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Aug 2015 15:51:41 +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: r395040 - head/graphics/togl
Message-ID:  <201508221551.t7MFpfh3075361@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sat Aug 22 15:51:40 2015
New Revision: 395040
URL: https://svnweb.freebsd.org/changeset/ports/395040

Log:
  graphics/togl: Alter configure to allow building on DragonFly
  
  This change to the unmaintained port has been in dports for a few months
  now, so I'm moving the fix over to ports.  While here, do some minor
  fixes to compound commands.

Modified:
  head/graphics/togl/Makefile

Modified: head/graphics/togl/Makefile
==============================================================================
--- head/graphics/togl/Makefile	Sat Aug 22 15:43:04 2015	(r395039)
+++ head/graphics/togl/Makefile	Sat Aug 22 15:51:40 2015	(r395040)
@@ -36,6 +36,8 @@ OPTIONS_DEFINE=	DOCS EXAMPLES
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|wish |${WISH:T} |' ${WRKSRC}/*.tcl
+	@${REINPLACE_CMD} -e 's/FreeBSD-\*/FreeBSD-*|DragonFly-*/g' \
+		${WRKSRC}/configure
 
 do-install:
 	@${MKDIR} ${STAGEDIR}${TOGL_INSTDIR}



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