Fix for INDEX builds.

Pointed out by:	Dan Langille <dan@langille.org>
This commit is contained in:
Oliver Braun 2003-02-04 22:30:29 +00:00
parent 8755b54eeb
commit 11aa9eab6c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74693

View File

@ -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