aboutsummaryrefslogtreecommitdiff
path: root/www/anyterm
diff options
context:
space:
mode:
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