From 2964440a90f9ace848e2db76b6c8752e3d236cf0 Mon Sep 17 00:00:00 2001 From: idriskalp Date: Tue, 21 Jan 2020 17:54:03 +0300 Subject: [PATCH] rubberband --- multimedia/video/rubberband/actions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/multimedia/video/rubberband/actions.py b/multimedia/video/rubberband/actions.py index ff5989b1b7..746ec6f2d9 100644 --- a/multimedia/video/rubberband/actions.py +++ b/multimedia/video/rubberband/actions.py @@ -14,6 +14,7 @@ JAVA_HOME = "/usr/lib/jvm/java-7-openjdk" def setup(): shelltools.export("JAVA_HOME", "%s" %JAVA_HOME) shelltools.export("CFLAGS", "%s -I%s/include" %(get.CFLAGS(), JAVA_HOME)) + shelltools.export("CXXFLAGS", "%s -I%s/include" %(get.CXXFLAGS(), JAVA_HOME)) autotools.autoreconf("-vfi") autotools.configure()