summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorobache <obache>2010-04-30 06:03:36 +0000
committerobache <obache>2010-04-30 06:03:36 +0000
commitb49eb675d89a3489f0d9c05958e261d883a4daef (patch)
tree4664a826c3cb568f38086ee3d9c8824d3476204b /databases
parent7a0e279eb521233e530e36cc06258dd95f241262 (diff)
downloadpkgsrc-b49eb675d89a3489f0d9c05958e261d883a4daef.tar.gz
Interix GNU cc doesn't support `-fPIC'.
Diffstat (limited to 'databases')
-rw-r--r--databases/mysql51-client/Makefile.common4
1 files changed, 3 insertions, 1 deletions
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.