View | Details | Raw Unified | Return to bug 199601 | Differences between
and this patch

Collapse All | Expand All

(-)www/anyterm/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	anyterm
4
PORTNAME=	anyterm
5
PORTVERSION=	1.1.29
5
PORTVERSION=	1.1.29
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	www
7
CATEGORIES=	www
8
MASTER_SITES=	http://anyterm.org/download/ \
8
MASTER_SITES=	http://anyterm.org/download/ \
9
		http://apt.douglasthrift.net/files/${PORTNAME}/ \
9
		http://apt.douglasthrift.net/files/${PORTNAME}/ \
(-)www/anyterm/files/patch-common.mk (+11 lines)
Line 0 Link Here
1
--- common.mk.orig	2016-01-17 11:49:59.217894060 +0100
2
+++ common.mk	2016-01-17 11:50:27.299328924 +0100
3
@@ -49,7 +49,7 @@
4
 CC_COMPILE_FLAGS=$(COMPILE_FLAGS)
5
 
6
 LINK_FLAGS=${GCC_FLAGS} ${DEBUG_FLAGS} \
7
-	-lutil
8
+	-lutil -lboost_system
9
 
10
 ifeq (${UNAME_S},OpenBSD)
11
 LINK_FLAGS+=-liconv

Return to bug 199601