aboutsummaryrefslogtreecommitdiff
path: root/www/anyterm
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-02-07 15:25:03 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-02-07 15:25:03 +0000
commit3260c02a89fd2bd68fc50919250715e509984e5b (patch)
tree59f775249d863fe89aa82948b2a36dbea00b0e7d /www/anyterm
parent442c11d2b9d30e472fcc97eb50b5993211556d1c (diff)
downloadports-3260c02a89fd2bd68fc50919250715e509984e5b.tar.gz
ports-3260c02a89fd2bd68fc50919250715e509984e5b.zip
- Fix build with boost 1.60
PR: 199601 Submitted by: sperber Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=408416
Diffstat (limited to 'www/anyterm')
-rw-r--r--www/anyterm/Makefile2
-rw-r--r--www/anyterm/files/patch-common.mk11
2 files changed, 12 insertions, 1 deletions
diff --git a/www/anyterm/Makefile b/www/anyterm/Makefile
index 8166412213a4..eb420680ce8f 100644
--- a/www/anyterm/Makefile
+++ b/www/anyterm/Makefile
@@ -3,7 +3,7 @@
PORTNAME= anyterm
PORTVERSION= 1.1.29
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= http://anyterm.org/download/ \
http://apt.douglasthrift.net/files/${PORTNAME}/ \
diff --git a/www/anyterm/files/patch-common.mk b/www/anyterm/files/patch-common.mk
new file mode 100644
index 000000000000..f78cb30820d0
--- /dev/null
+++ b/www/anyterm/files/patch-common.mk
@@ -0,0 +1,11 @@
+--- common.mk.orig 2016-01-17 11:49:59.217894060 +0100
++++ common.mk 2016-01-17 11:50:27.299328924 +0100
+@@ -49,7 +49,7 @@
+ CC_COMPILE_FLAGS=$(COMPILE_FLAGS)
+
+ LINK_FLAGS=${GCC_FLAGS} ${DEBUG_FLAGS} \
+- -lutil
++ -lutil -lboost_system
+
+ ifeq (${UNAME_S},OpenBSD)
+ LINK_FLAGS+=-liconv