View | Details | Raw Unified | Return to bug 56252 | Differences between
and this patch

Collapse All | Expand All

(-)mysql323-server/Makefile (+4 lines)
Lines 39-44 Link Here
39
		--program-prefix='' \
39
		--program-prefix='' \
40
		--with-innodb
40
		--with-innodb
41
41
42
.ifdef USE_MYSQL
43
.error You have `USE_MYSQL' variable defined either in environment or in make(1) arguments. Please undefine and try again.
44
.endif
45
42
.include <bsd.port.pre.mk>
46
.include <bsd.port.pre.mk>
43
47
44
.if ${MACHINE_ARCH} == "i386"
48
.if ${MACHINE_ARCH} == "i386"

Return to bug 56252