8413b55bc5
Also disable online update by default. (It can be re-enabled in the config.) PKGREVISION -> 8.
15 lines
393 B
Text
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 \
|