diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2003-02-04 22:30:29 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2003-02-04 22:30:29 +0000 |
commit | 11aa9eab6cc092a7c2f6b0990524c8fe4d09be18 (patch) | |
tree | 5011051d4d555688fbf9904d58e8ae97b7b632c1 /graphics/hs-HOpenGL | |
parent | 8755b54eeb3bdf789ecb749b3265d5c6c102ec06 (diff) |
Fix for INDEX builds.
Pointed out by: Dan Langille <dan@langille.org>
Notes
Notes:
svn path=/head/; revision=74693
Diffstat (limited to 'graphics/hs-HOpenGL')
-rw-r--r-- | graphics/hs-HOpenGL/Makefile | 2 |
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 |