From 45beb88966ff0f54606593f9cf43a5883e8acf49 Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Fri, 8 Jun 2012 16:36:40 +0000 Subject: Bugfix: Make USE_UPNP=- work with makefile.{linux-mingw,mingw,osx} too --- src/makefile.osx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/makefile.osx') diff --git a/src/makefile.osx b/src/makefile.osx index ef193337f2..d4109b9416 100644 --- a/src/makefile.osx +++ b/src/makefile.osx @@ -97,7 +97,10 @@ OBJS= \ obj/walletdb.o \ obj/noui.o -ifdef USE_UPNP +ifndef USE_UPNP + override USE_UPNP = - +endif +ifneq (${USE_UPNP}, -) DEFS += -DUSE_UPNP=$(USE_UPNP) ifdef STATIC LIBS += $(DEPSDIR)/lib/libminiupnpc.a -- cgit v1.2.3