1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

USE_MYSQL

Fix build on AMD64

Reported by:	bento
This commit is contained in:
Tilman Keskinoz 2004-02-28 15:55:51 +00:00
parent 4fb92c7ca8
commit 4fbdb3ec8b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102420

View File

@ -17,9 +17,15 @@ EXTRACT_SUFX= -0.1.2.tar.gz
MAINTAINER= dean@odyssey.apana.org.au
COMMENT= Library to help profiling where programs are using MySQL
BUILD_DEPENDS= ${LOCALBASE}/include/mysql/mysql.h:${PORTSDIR}/databases/mysql323-server
MAN3= libfireprofile.3
PLIST_FILES= lib/libfireprofile.so
# This port does not work with 4.x
USE_MYSQL= yes
DEFAULT_MYSQL_VER= 323
WANT_MYSQL_VER= 323
.if ${MACHINE_ARCH:L} == amd64
CFLAGS+= -fPIC
.endif
.include <bsd.port.mk>