From 3a05cc17808d531d4c77ddb60a2c3e1c8fcf0c76 Mon Sep 17 00:00:00 2001 From: obraun Date: Tue, 4 Feb 2003 22:30:29 +0000 Subject: Fix for INDEX builds. Pointed out by: Dan Langille --- graphics/hs-HOpenGL/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/hs-HOpenGL') diff --git a/graphics/hs-HOpenGL/Makefile b/graphics/hs-HOpenGL/Makefile index 8c5c463..46737c4 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 -- cgit v1.1