diff options
Diffstat (limited to 'lang/pocl/Makefile')
-rw-r--r-- | lang/pocl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/pocl/Makefile b/lang/pocl/Makefile index 8e01da317f1f..f17b193d83ca 100644 --- a/lang/pocl/Makefile +++ b/lang/pocl/Makefile @@ -40,6 +40,7 @@ CONFIGURE_ENV= LLVM_CONFIG="${LOCALBASE}/llvm${LLVM_VERSION}/bin/llvm-config" \ CLANGXX_FLAGS=-std=gnu++11 # needed for the libltdl configure check LDFLAGS+= -L${LOCALBASE}/lib +PLIST_SUB= OPSYS=${OPSYS:tl} ARCH=${ARCH} ALL_TARGET= all |