From 99f959d4d972dd755a206706f2f1855e9b438d23 Mon Sep 17 00:00:00 2001 From: Koop Mast Date: Sat, 20 Aug 2016 20:29:29 +0000 Subject: Add back LOCALBASE replace which was accidently hardcoded in the update. Reported by: adamw@ --- textproc/highlight/files/patch-src_makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textproc/highlight/files/patch-src_makefile') diff --git a/textproc/highlight/files/patch-src_makefile b/textproc/highlight/files/patch-src_makefile index 9cb44a2cf516..091ad7642963 100644 --- a/textproc/highlight/files/patch-src_makefile +++ b/textproc/highlight/files/patch-src_makefile @@ -35,7 +35,7 @@ #LDFLAGS= -Wl,--as-needed -CXX_COMPILE=${CXX} ${CFLAGS} -c -I ${INCLUDE_DIR} ${LUA_CFLAGS} -+CXX_COMPILE=${CXX} ${CFLAGS} -c -I ${INCLUDE_DIR} -I/usr/local/include ${LUA_CFLAGS} ++CXX_COMPILE=${CXX} ${CFLAGS} -c -I ${INCLUDE_DIR} -I%%LOCALBASE%%/include ${LUA_CFLAGS} # Data directories (data dir, configuration file dir) CXX_DIR=-DHL_DATA_DIR=\"${HL_DATA_DIR}\" -DHL_CONFIG_DIR=\"${HL_CONFIG_DIR}\" -- cgit v1.2.3