openbsd-ports/games/gargoyle/patches/patch-terps_Jamfile
jasper d58090ce1a - update gargoyle to 2001.1
- use new style DEPENDS

ok sthen@ (MAINTAINER)
2010-10-23 09:15:16 +00:00

13 lines
357 B
Plaintext

$OpenBSD: patch-terps_Jamfile,v 1.2 2010/10/23 09:15:16 jasper Exp $
--- terps/Jamfile.orig Thu Sep 30 09:33:34 2010
+++ terps/Jamfile Mon Oct 18 00:09:08 2010
@@ -165,7 +165,7 @@ if $(MAKE_GEAS) = yes
istring.cc readfile.cc
;
- LINK on geas$(SUFEXE) = $(C++) ;
+ LINK on geas$(SUFEXE) = $(C++) -lstdc++ ;
APPS += geas ;
}