summaryrefslogtreecommitdiff
path: root/databases/mysql5-client/Makefile.common
diff options
context:
space:
mode:
authorrillig <rillig>2008-01-22 00:41:59 +0000
committerrillig <rillig>2008-01-22 00:41:59 +0000
commit88dd40b52fac0e55e4c01b068d26bb3d141e40cc (patch)
tree62d3b7ada88cb9851a32f8ff562120c1867a923c /databases/mysql5-client/Makefile.common
parent6c1b8a4c523971e369a992819f354c695d0f1cc8 (diff)
downloadpkgsrc-88dd40b52fac0e55e4c01b068d26bb3d141e40cc.tar.gz
Added some patches to fix the use of the sigsend() function, which is
not available on NetBSD.
Diffstat (limited to 'databases/mysql5-client/Makefile.common')
-rw-r--r--databases/mysql5-client/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/mysql5-client/Makefile.common b/databases/mysql5-client/Makefile.common
index 60bc9c9a0a2..d7c4d76ec3c 100644
--- a/databases/mysql5-client/Makefile.common
+++ b/databases/mysql5-client/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.28 2007/12/14 13:36:52 tron Exp $
+# $NetBSD: Makefile.common,v 1.29 2008/01/22 00:41:59 rillig Exp $
DISTNAME= mysql-5.0.51
CATEGORIES= databases
@@ -89,7 +89,7 @@ CONFIGURE_ENV+= ac_cv_func_pthread_attr_setschedparam=no
.endif
USE_LANGUAGES= c c++
-USE_TOOLS+= autoconf gmake perl:run
+USE_TOOLS+= autoconf autoheader gmake perl:run
LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/mysql
SUBST_CLASSES= mk
@@ -117,6 +117,6 @@ SUBST_SED.dylib= -e "s|\\\$$shrext_cmds|\\.dylib|g"
.endif
pre-configure:
- cd ${WRKSRC} && autoconf
+ cd ${WRKSRC} && autoconf && autoheader
.include "../../devel/zlib/buildlink3.mk"