From dc99b8ef63ee91833318fb988e10f454581e9096 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Mon, 22 Jan 2024 13:21:13 -0500 Subject: [PATCH] icedtea-sound: fix path to openjdk8 --- srcpkgs/icedtea-sound/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/icedtea-sound/template b/srcpkgs/icedtea-sound/template index 29167af56b4..5845986f3de 100644 --- a/srcpkgs/icedtea-sound/template +++ b/srcpkgs/icedtea-sound/template @@ -1,9 +1,9 @@ # Template file for 'icedtea-sound' pkgname=icedtea-sound version=1.0.1 -revision=3 +revision=4 build_style=gnu-configure -configure_args="--with-jdk-home=/usr/lib/jvm/java-1.8-openjdk" +configure_args="--with-jdk-home=/usr/lib/jvm/openjdk8" hostmakedepends="openjdk8 zip perl pkg-config" makedepends="pulseaudio-devel" short_desc="Plugins for javax.sound"