From 11aa9eab6cc092a7c2f6b0990524c8fe4d09be18 Mon Sep 17 00:00:00 2001 From: Oliver Braun Date: Tue, 4 Feb 2003 22:30:29 +0000 Subject: [PATCH] Fix for INDEX builds. Pointed out by: Dan Langille --- graphics/hs-HOpenGL/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/hs-HOpenGL/Makefile b/graphics/hs-HOpenGL/Makefile index 8c5c463e5b6d..46737c43a31d 100644 --- a/graphics/hs-HOpenGL/Makefile +++ b/graphics/hs-HOpenGL/Makefile @@ -22,7 +22,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_MESA= yes -LIB_DIR_ABS!= ghc --print-libdir +LIB_DIR_ABS!= (ghc --print-libdir || true) 2>/dev/null IMPORT_DIR_ABS= ${LIB_DIR_ABS}/imports/HOpenGL LIB_DIR_REL= ${LIB_DIR_ABS:S/^${PREFIX}\///} IMPORT_DIR_REL= ${LIB_DIR_REL}/imports/HOpenGL