diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2019-04-22 21:11:55 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2019-04-22 21:11:55 +0000 |
commit | 4e67e753fb8ae77e92ba0fa2a9179471c4ab471f (patch) | |
tree | 5bc301d96c3fdbb3bafb0da9577f5b28e06dd3ee /java/openjdk8 | |
parent | - Introduce shared library version (diff) |
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@bemsoft.pl>
Notes
Notes:
svn path=/head/; revision=499687
Diffstat (limited to 'java/openjdk8')
-rw-r--r-- | java/openjdk8/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/openjdk8/Makefile b/java/openjdk8/Makefile index 4c7553428f2d..cb3f224f7128 100644 --- a/java/openjdk8/Makefile +++ b/java/openjdk8/Makefile @@ -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) |