changeset 622:9c304f1f13d4 draft

Revert "OSX build tweaks (laszlo)" This reverts commit 69ae372b51cd589a3ac0b1ad09b0ebb90c1b6861 which removes support for building the Mac version of Bitcoin with UPnP support and UPnP disabled by default (which should be the default, according to the community vote and as its the default on all other platforms).
author Matt Corallo <matt@bluematt.me>
date Sat, 21 May 2011 14:14:34 +0200
parents a081c04fffa7
children c5dec5b3064f
files src/makefile.osx
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/makefile.osx
+++ b/src/makefile.osx
@@ -47,7 +47,7 @@
     cryptopp/obj/sha.o \
     cryptopp/obj/cpu.o
 
-ifeq (USE_UPNP, 1)
+ifdef USE_UPNP
 	LIBS += $(DEPSDIR)/lib/libminiupnpc.a
 	DEFS += -DUSE_UPNP=$(USE_UPNP)
 endif