diff options
author | Koop Mast <kwm@FreeBSD.org> | 2017-05-23 08:29:17 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2017-05-23 08:29:17 +0000 |
commit | 37acc1c372c998b010fde4c8875bd43a24a02bd4 (patch) | |
tree | 50dee1fe93d80cbaca2c602c902328bcbd950f58 /textproc/highlight/files/patch-src_makefile | |
parent | - Update to 1.1.6 (diff) |
Update highlight to 3.36.
Regen patches with make makepatch
Notes
Notes:
svn path=/head/; revision=441509
Diffstat (limited to 'textproc/highlight/files/patch-src_makefile')
-rw-r--r-- | textproc/highlight/files/patch-src_makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/textproc/highlight/files/patch-src_makefile b/textproc/highlight/files/patch-src_makefile index 3e5e726211d9..5fb4ede3554d 100644 --- a/textproc/highlight/files/patch-src_makefile +++ b/textproc/highlight/files/patch-src_makefile @@ -1,15 +1,15 @@ ---- 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 @@ - +--- src/makefile.orig 2017-03-30 18:12:23 UTC ++++ src/makefile +@@ -13,7 +13,7 @@ # See src/gui-qt/highlight.pro for the Qt GUI compilation options --CXX=c++ + #CXX=clang++ +-CXX=g++ +CXX?=c++ - # Added -qt4 because of Arch Linux Qt5 migration - QMAKE=qmake-qt4 -@@ -37,10 +37,10 @@ + # was: qmake-qt5 + QMAKE=qmake +@@ -39,10 +39,10 @@ INCLUDE_DIR=./include/ # If Lua 5.2 is not default on your system yet you have to # use lua5.1 in the pkg-config calls @@ -22,7 +22,7 @@ # luajit lib # LUA_LIBS=$(shell pkg-config --libs luajit) -@@ -67,7 +67,7 @@ +@@ -73,7 +73,7 @@ LDFLAGS = -ldl #LDFLAGS = ${LDFLAGS} -s #LDFLAGS= -Wl,--as-needed |