diff options
author | Koop Mast <kwm@FreeBSD.org> | 2015-07-02 14:57:12 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2015-07-02 14:57:12 +0000 |
commit | 8bf454ccd4273e7e4672b537ef660fc5366364ad (patch) | |
tree | a033f5cf7589c36a5ca5df268603cc84d1e7278c /textproc/highlight/files | |
parent | Update harfbuzz to 0.9.41. (diff) |
Update highlight to 3.22.
Add dos2unix USES for ^M fun.
Notes
Notes:
svn path=/head/; revision=391162
Diffstat (limited to 'textproc/highlight/files')
-rw-r--r-- | textproc/highlight/files/patch-src_makefile | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/textproc/highlight/files/patch-src_makefile b/textproc/highlight/files/patch-src_makefile index 494cf4532305..3e5e726211d9 100644 --- a/textproc/highlight/files/patch-src_makefile +++ b/textproc/highlight/files/patch-src_makefile @@ -1,5 +1,5 @@ ---- src/makefile.orig 2014-04-04 19:26:25.000000000 +0200 -+++ src/makefile 2014-04-29 16:12:06.000000000 +0200 +--- src/makefile.orig 2015-07-02 16:51:26.582456000 +0200 ++++ src/makefile 2015-07-02 16:51:53.706070000 +0200 @@ -12,7 +12,7 @@ # See src/gui-qt/highlight.pro for the Qt GUI compilation options @@ -9,17 +9,12 @@ # Added -qt4 because of Arch Linux Qt5 migration QMAKE=qmake-qt4 -@@ -33,15 +33,14 @@ - # Include path - INCLUDE_DIR=./include/ +@@ -37,10 +37,10 @@ + # If Lua 5.2 is not default on your system yet you have to + # use lua5.1 in the pkg-config calls -- - # If Lua 5.2 is not default on your system yet you have to: - # - remove -DUSE_LUA52 - # - use lua5.1 in the pkg-config calls - --LUA_CFLAGS=$(shell pkg-config --cflags lua) -DUSE_LUA52 -+LUA_CFLAGS=$(shell pkg-config --cflags lua-5.2) -DUSE_LUA52 +-LUA_CFLAGS=$(shell pkg-config --cflags lua) ++LUA_CFLAGS=$(shell pkg-config --cflags lua-5.2) # default lua lib -LUA_LIBS=$(shell pkg-config --libs lua) @@ -27,7 +22,7 @@ # luajit lib # LUA_LIBS=$(shell pkg-config --libs luajit) -@@ -68,7 +67,7 @@ +@@ -67,7 +67,7 @@ #LDFLAGS = ${LDFLAGS} -s #LDFLAGS= -Wl,--as-needed |