1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/www/anyterm/files/patch-common.mk
Dmitry Marakasov 3260c02a89 - Fix build with boost 1.60
PR:		199601
Submitted by:	sperber
Approved by:	portmgr blanket
2016-02-07 15:25:03 +00:00

12 lines
285 B
Makefile

--- 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