summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBob Jamison <ishmalius@gmail.com>2006-10-14 12:24:36 +0000
committerishmal <ishmal@users.sourceforge.net>2006-10-14 12:24:36 +0000
commitf1bd8d99233d70bdbaf1e27849059b29c22e5c00 (patch)
treec30cd375c2e6e34e9a289712e23476b8c3b854a8
parentRemoved some copy-paste code. (diff)
downloadinkscape-f1bd8d99233d70bdbaf1e27849059b29c22e5c00.tar.gz
inkscape-f1bd8d99233d70bdbaf1e27849059b29c22e5c00.zip
Oops. we've been forgetting -DHAVE_SSL in the builds!
(bzr r1798)
-rw-r--r--Makefile.mingw.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.mingw.common b/Makefile.mingw.common
index c6fe589e8..e40ea8cc8 100644
--- a/Makefile.mingw.common
+++ b/Makefile.mingw.common
@@ -147,12 +147,12 @@ VERSION_NR = 0.45+devel
VERSION = \"$(VERSION_NR)\"
####### the XP_WIN def is necessary for libjs.a
-CFLAGS = -Wall -O3 -g -mms-bitfields -DVERSION=$(VERSION) \
+CFLAGS = -Wall -g -O3 -mms-bitfields -DVERSION=$(VERSION) \
-DXP_WIN -D_INTL_REDIRECT_INLINE -DHAVE_CONFIG_H
####### Inkboard abilities.
####### You must 'make -f Makefile.mingw clean' when turning this on or off
-CFLAGS += -DWITH_INKBOARD
+CFLAGS += -DWITH_INKBOARD -DHAVE_SSL
####### IMPLICIT RULES
.cpp.o: