mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Fix for INDEX builds.
Pointed out by: Dan Langille <dan@langille.org>
This commit is contained in:
parent
8755b54eeb
commit
11aa9eab6c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74693
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user