diff options
author | Ben Woods <woodsb02@FreeBSD.org> | 2016-08-25 00:24:14 +0800 |
---|---|---|
committer | Ben Woods <woodsb02@FreeBSD.org> | 2016-08-25 00:24:14 +0800 |
commit | b4bef2806544955052c4f81705a0840c6ae7dc40 (patch) | |
tree | 7a78e1f63729aad8dd6d9f36f5691a848e645bb2 /astro | |
parent | fb2cd21089a0026ecc3349979e393f56c346447a (diff) | |
download | freebsd-ports-gnome-b4bef2806544955052c4f81705a0840c6ae7dc40.tar.gz freebsd-ports-gnome-b4bef2806544955052c4f81705a0840c6ae7dc40.tar.zst freebsd-ports-gnome-b4bef2806544955052c4f81705a0840c6ae7dc40.zip |
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
Diffstat (limited to 'astro')
-rw-r--r-- | astro/google-earth/Makefile | 4 |
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: |