Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Aug 2015 16:00:34 +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: r395041 - head/graphics/vcg
Message-ID:  <201508221600.t7MG0YWK076396@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sat Aug 22 16:00:33 2015
New Revision: 395041
URL: https://svnweb.freebsd.org/changeset/ports/395041

Log:
  graphics/vcg: Fix build on DragonFly
  
  This is a clean alteration to an unmaintained port that allows it to
  build on DragonFly.

Modified:
  head/graphics/vcg/Makefile

Modified: head/graphics/vcg/Makefile
==============================================================================
--- head/graphics/vcg/Makefile	Sat Aug 22 15:51:40 2015	(r395040)
+++ head/graphics/vcg/Makefile	Sat Aug 22 16:00:33 2015	(r395041)
@@ -23,7 +23,7 @@ USE_XORG=	x11 xext
 MAKE_JOBS_UNSAFE=	yes
 
 pre-patch:
-	@${MKDIR} ${WRKSRC}/preconf/X11ccFreeBSD
+	@${MKDIR} ${WRKSRC}/preconf/X11cc${OPSYS}
 .for file in conf demo.csh globals.h tMakefile
 	@${SED} -e "s:%%CC%%:${CC}:g" \
 	        -e "s:%%CFLAGS%%:${CFLAGS}:g" \
@@ -32,7 +32,7 @@ pre-patch:
 	        -e "s:%%PREFIX%%:${STAGEDIR}${PREFIX}:g" \
 	        -e "s:%%INSTALL_PROGRAM%%:${INSTALL_PROGRAM}:g" \
 	        -e "s:%%INSTALL_MAN%%:${INSTALL_MAN}:g" \
-		< ${FILESDIR}/${file} > ${WRKSRC}/preconf/X11ccFreeBSD/${file}
+		< ${FILESDIR}/${file} > ${WRKSRC}/preconf/X11cc${OPSYS}/${file}
 .endfor
 
 post-patch:



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