1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Do not run in debug-mode by default.

This commit is contained in:
Anders Nordby 2004-07-17 12:00:03 +00:00
parent 14301d2aba
commit cf3baa4f81
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113810

View File

@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME:S/_/-/}
MAINTAINER= anders@FreeBSD.org MAINTAINER= anders@FreeBSD.org
COMMENT= A pam module for authenticating with MySQL COMMENT= A pam module for authenticating with MySQL
USE_REINPLACE= yes
USE_MYSQL= yes USE_MYSQL= yes
BROKEN_WITH_MYSQL= 41 BROKEN_WITH_MYSQL= 41
USE_GMAKE= yes USE_GMAKE= yes
@ -23,6 +24,9 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
post-patch:
${REINPLACE_CMD} -e "s@^#define DEBUG@#undef DEBUG@" ${WRKSRC}/pam_mysql.c
pre-build: pre-build:
@cd ${WRKSRC} && ${GMAKE} clean @cd ${WRKSRC} && ${GMAKE} clean