aboutsummaryrefslogtreecommitdiff
path: root/textproc/highlight
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2016-08-20 20:29:29 +0000
committerKoop Mast <kwm@FreeBSD.org>2016-08-20 20:29:29 +0000
commit99f959d4d972dd755a206706f2f1855e9b438d23 (patch)
treea1a5ef4518ebc44b241d66281fdf075a0d2ddd72 /textproc/highlight
parentab152d3e314f909425d16bcee08934d78f333caf (diff)
downloadports-99f959d4d972dd755a206706f2f1855e9b438d23.tar.gz
ports-99f959d4d972dd755a206706f2f1855e9b438d23.zip
Notes
Diffstat (limited to 'textproc/highlight')
-rw-r--r--textproc/highlight/files/patch-src_makefile2
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}\"