summaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorBen Woods <woodsb02@FreeBSD.org>2016-08-24 16:24:14 +0000
committerBen Woods <woodsb02@FreeBSD.org>2016-08-24 16:24:14 +0000
commitb4bef2806544955052c4f81705a0840c6ae7dc40 (patch)
tree7a78e1f63729aad8dd6d9f36f5691a848e645bb2 /astro
parentFix build on head after r303920. (diff)
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
Notes
Notes: svn path=/head/; revision=420805
Diffstat (limited to 'astro')
-rw-r--r--astro/google-earth/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/google-earth/Makefile b/astro/google-earth/Makefile
index 273221a30715..810302aa113c 100644
--- a/astro/google-earth/Makefile
+++ b/astro/google-earth/Makefile
@@ -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: