diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 03:19:41 +0000 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 03:19:41 +0000 |
| commit | 2e80774d0b20d167bc0a9e2b63dafbfb171c0d22 (patch) | |
| tree | 25f0138e1af8902b92dacc8cce09b267447c17db /textproc/highlight/files/patch-src_makefile | |
| parent | f85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (diff) | |
| parent | 1a30da80670973368b399f2b01fe9c04b91a1273 (diff) | |
Merge remote-tracking branch 'freebsd/main' into lf/mainlf/main
Diffstat (limited to 'textproc/highlight/files/patch-src_makefile')
| -rw-r--r-- | textproc/highlight/files/patch-src_makefile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/textproc/highlight/files/patch-src_makefile b/textproc/highlight/files/patch-src_makefile deleted file mode 100644 index 4518c7b1d765..000000000000 --- a/textproc/highlight/files/patch-src_makefile +++ /dev/null @@ -1,20 +0,0 @@ ---- src/makefile.orig 2020-12-21 10:56:19 UTC -+++ src/makefile -@@ -36,7 +36,7 @@ GUI_QT_DIR=./gui-qt/ - INCLUDE_DIR=./include/ - - # try to detect Lua versioning scheme --LUA_PKG_NAME=lua5.3 -+LUA_PKG_NAME=lua-$(LUA_VER) - LUA_TEST=$(shell pkg-config --exists ${LUA_PKG_NAME}; echo $$?) - - ifeq (${LUA_TEST},1) -@@ -75,7 +75,7 @@ LDFLAGS = -ldl - #LDFLAGS = ${LDFLAGS} -s - #LDFLAGS= -Wl,--as-needed - --CXX_COMPILE=${CXX} ${CFLAGS} -c -I ${INCLUDE_DIR} ${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}\" |
