summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2003-02-04 22:30:29 +0000
committerOliver Braun <obraun@FreeBSD.org>2003-02-04 22:30:29 +0000
commit11aa9eab6cc092a7c2f6b0990524c8fe4d09be18 (patch)
tree5011051d4d555688fbf9904d58e8ae97b7b632c1 /graphics
parento Update to 6.3.1 (diff)
Fix for INDEX builds.
Pointed out by: Dan Langille <dan@langille.org>
Notes
Notes: svn path=/head/; revision=74693
Diffstat (limited to 'graphics')
-rw-r--r--graphics/hs-HOpenGL/Makefile2
1 files changed, 1 insertions, 1 deletions
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