From b49eb675d89a3489f0d9c05958e261d883a4daef Mon Sep 17 00:00:00 2001 From: obache Date: Fri, 30 Apr 2010 06:03:36 +0000 Subject: Interix GNU cc doesn't support `-fPIC'. --- databases/mysql51-client/Makefile.common | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'databases') diff --git a/databases/mysql51-client/Makefile.common b/databases/mysql51-client/Makefile.common index 3183debe2db..a37e84029db 100644 --- a/databases/mysql51-client/Makefile.common +++ b/databases/mysql51-client/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.6 2010/04/24 15:59:23 taca Exp $ +# $NetBSD: Makefile.common,v 1.7 2010/04/30 06:03:36 obache Exp $ # # used by databases/mysql51-client/Makefile # used by databases/mysql51-server/Makefile @@ -87,8 +87,10 @@ CONFIGURE_ENV+= mysql_cv_compress="yes" CPPFLAGS+= -Dunix CFLAGS+= -DUSE_OLD_FUNCTIONS # 3.23.x compat +.if ${OPSYS} != "Interix" CFLAGS+= -fPIC -DPIC CXXFLAGS+= -fPIC -DPIC +.endif # force HAVE_CURSES_H on Solaris since the configure script is broken # and does not properly detect this, breaking the build later on. -- cgit v1.2.3