pkgsrc/games/criticalmass/patches/patch-game_Makefile.am
dholland 8413b55bc5 Remove use of ancient and highly insecure curl-7.14.0; use pkgsrc curl.
Also disable online update by default. (It can be re-enabled in the
config.)  PKGREVISION -> 8.
2016-12-10 21:46:51 +00:00

15 lines
393 B
Text

$NetBSD: patch-game_Makefile.am,v 1.1 2016/12/10 21:46:52 dholland Exp $
Remove references to ancient builtin copy of curl.
--- game/Makefile.am~ 2005-12-31 00:37:26.000000000 +0000
+++ game/Makefile.am
@@ -41,7 +41,7 @@ critter_SOURCES = \
main.cpp
LDADD = \
- ../curl/lib/libcurl.a \
+ -lcurl \
../utils/libutils.a \
../utilssdl/libutilssdl.a \
../utilsgl/libutilsgl.a \