svn commit: r499687 - head/java/openjdk8

Greg Lewis glewis at FreeBSD.org
Mon Apr 22 21:11:56 UTC 2019


Author: glewis
Date: Mon Apr 22 21:11:55 2019
New Revision: 499687
URL: https://svnweb.freebsd.org/changeset/ports/499687

Log:
  Minor to whitespace to correct the PR for the previous commit.
  
  Previous commit was:
  
  Always depend on fontconfig
  
  PR:		237436
  Submitted by:   Dominik Lisiak <dominik.lisiak at bemsoft.pl>

Modified:
  head/java/openjdk8/Makefile

Modified: head/java/openjdk8/Makefile
==============================================================================
--- head/java/openjdk8/Makefile	Mon Apr 22 20:55:10 2019	(r499686)
+++ head/java/openjdk8/Makefile	Mon Apr 22 21:11:55 2019	(r499687)
@@ -256,7 +256,7 @@ post-patch:
 
 post-patch-ALSA-off:
 	@${REINPLACE_CMD} '/EXTRA_SOUND_JNI_LIBS += jsoundalsa/d' \
-		${WRKSRC}/jdk/make/lib/SoundLibraries.gmk
+	    ${WRKSRC}/jdk/make/lib/SoundLibraries.gmk
 
 post-build:
 .if !defined(BUILD_JRE)


More information about the svn-ports-all mailing list