diff options
author | Koop Mast <kwm@FreeBSD.org> | 2016-08-20 20:29:29 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2016-08-20 20:29:29 +0000 |
commit | 99f959d4d972dd755a206706f2f1855e9b438d23 (patch) | |
tree | a1a5ef4518ebc44b241d66281fdf075a0d2ddd72 /textproc/highlight/files | |
parent | Update highlight to 3.31. (diff) |
Add back LOCALBASE replace which was accidently hardcoded in the update.
Reported by: adamw@
Notes
Notes:
svn path=/head/; revision=420527
Diffstat (limited to 'textproc/highlight/files')
-rw-r--r-- | textproc/highlight/files/patch-src_makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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}\" |