summaryrefslogtreecommitdiffstats
path: root/graphics/hs-HOpenGL
diff options
context:
space:
mode:
authorobraun <obraun@FreeBSD.org>2003-02-04 22:30:29 +0000
committerobraun <obraun@FreeBSD.org>2003-02-04 22:30:29 +0000
commit3a05cc17808d531d4c77ddb60a2c3e1c8fcf0c76 (patch)
tree131dd9a8b40d5840e791f44bd25bd22f4ebe5b11 /graphics/hs-HOpenGL
parent8e92a77ca04822bc87c0bdc3fb18064d7605f080 (diff)
downloadFreeBSD-ports-3a05cc17808d531d4c77ddb60a2c3e1c8fcf0c76.zip
FreeBSD-ports-3a05cc17808d531d4c77ddb60a2c3e1c8fcf0c76.tar.gz
Fix for INDEX builds.
Pointed out by: Dan Langille <dan@langille.org>
Diffstat (limited to 'graphics/hs-HOpenGL')
-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 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
OpenPOWER on IntegriCloud