From 4795cfef4cf828b594ec166c614122073308ae41 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Fri, 12 Jun 2009 19:15:18 +0000 Subject: [PATCH] - Attempt to fix build on 8.X: this needs libXt, which is provided indirectly on 7.X but not on 8.X Reported by: pointyhat --- java/java3d/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/java/java3d/Makefile b/java/java3d/Makefile index 569f5348888e..dbfed950ebc1 100644 --- a/java/java3d/Makefile +++ b/java/java3d/Makefile @@ -19,6 +19,7 @@ USE_BZIP2= yes USE_JAVA= yes USE_GL= gl +USE_XORG= xt JAVA_VERSION= 1.5+ USE_ANT= yes