FreeBSD Bugzilla – Attachment 215067 Details for
Bug 246874
textproc/highlight: replace hardcoded dependency from lua-5.2 to lua from DEFAULT_VERSIONS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Replace dependency hardcoded from lua-5.2 to lua from DEFAULT_VERSIONS
highlight.diff (text/plain), 1.01 KB, created by
Vladimir Druzenko
on 2020-05-30 17:31:21 UTC
(
hide
)
Description:
Replace dependency hardcoded from lua-5.2 to lua from DEFAULT_VERSIONS
Filename:
MIME Type:
Creator:
Vladimir Druzenko
Created:
2020-05-30 17:31:21 UTC
Size:
1.01 KB
patch
obsolete
>diff -ur textproc/highlight.orig/Makefile textproc/highlight/Makefile >--- textproc/highlight.orig/Makefile >+++ textproc/highlight/Makefile >@@ -16,7 +16,7 @@ > > BUILD_DEPENDS= boost-libs>0:devel/boost-libs > >-USES= compiler:c++11-lib gmake lua:52 pkgconfig tar:bzip2 >+USES= compiler:c++11-lib gmake lua pkgconfig tar:bzip2 > USE_CXXSTD= c++11 > MAKEFILE= makefile > MAKE_ARGS= CXX="${CXX}" \ >diff -ur textproc/highlight.orig/files/patch-src_makefile textproc/highlight/files/patch-src_makefile >--- textproc/highlight.orig/files/patch-src_makefile >+++ textproc/highlight/files/patch-src_makefile >@@ -14,11 +14,11 @@ > # use lua5.1 in the pkg-config calls > > -LUA_CFLAGS=$(shell pkg-config --cflags lua) >-+LUA_CFLAGS=$(shell pkg-config --cflags lua-5.2) >++LUA_CFLAGS=$(shell pkg-config --cflags lua-$(LUA_VER)) > > # default lua lib > -LUA_LIBS=$(shell pkg-config --libs lua) >-+LUA_LIBS=$(shell pkg-config --libs lua-5.2) >++LUA_LIBS=$(shell pkg-config --libs lua-$(LUA_VER)) > > # luajit lib > # LUA_LIBS=$(shell pkg-config --libs luajit)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
vvd
:
maintainer-approval?
Actions:
View
|
Diff
Attachments on
bug 246874
:
215066
| 215067