Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Aug 2016 16:24:14 +0000 (UTC)
From:      Ben Woods <woodsb02@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r420805 - head/astro/google-earth
Message-ID:  <201608241624.u7OGOEmJ009840@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: woodsb02
Date: Wed Aug 24 16:24:14 2016
New Revision: 420805
URL: https://svnweb.freebsd.org/changeset/ports/420805

Log:
  astro/google-earth: Fix post-patch related to NVIDIA options post r420803
  
  PR:		201693
  Approved by:	adamw (mentor)
  Differential Revision:	https://reviews.freebsd.org/D7636

Modified:
  head/astro/google-earth/Makefile

Modified: head/astro/google-earth/Makefile
==============================================================================
--- head/astro/google-earth/Makefile	Wed Aug 24 16:19:39 2016	(r420804)
+++ head/astro/google-earth/Makefile	Wed Aug 24 16:24:14 2016	(r420805)
@@ -60,9 +60,9 @@ post-patch:
 	@${REINPLACE_CMD} -i "" -e 's|\$$SETUP_INSTALLPATH/googleearth |${PREFIX}/bin/googleearth |' ${WRKSRC}/postinstall.sh
 	${RM} ${WRKSRC}/libcurl.so.4
 	${PERL} -i -pe 's|/lib/ld-lsb.so.3\0\0\0|/lib/ld-linux.so.2\0|' ${WRKSRC}/googleearth-bin
-post-patch-NVIDIA-on:
+post-patch-LINUX_DRI-off:
 	@${REINPLACE_CMD} 's|%%LIBGL_ALWAYS_SOFTWARE%%||' ${WRKSRC}/bin/googleearth
-post-patch-NVIDIA-off:
+post-patch-LINUX_DRI-on:
 	@${REINPLACE_CMD} 's|%%LIBGL_ALWAYS_SOFTWARE%%|LIBGL_ALWAYS_SOFTWARE=yes|' ${WRKSRC}/bin/googleearth
 
 do-build:



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