FreeBSD Bugzilla – Attachment 34655 Details for
Bug 56252
[patch] databases/mysql{323,40,41}-server: fix possible infinite loop if USE_MYSQL is accidently defined
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 388 bytes, created by
Clement Laforet
on 2003-09-01 00:00:35 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Clement Laforet
Created:
2003-09-01 00:00:35 UTC
Size:
388 bytes
patch
obsolete
>--- mysql323-server/Makefile.orig Mon Sep 1 00:27:54 2003 >+++ mysql323-server/Makefile Mon Sep 1 00:28:11 2003 >@@ -39,6 +39,10 @@ > --program-prefix='' \ > --with-innodb > >+.ifdef USE_MYSQL >+.error You have `USE_MYSQL' variable defined either in environment or in make(1) arguments. Please undefine and try again. >+.endif >+ > .include <bsd.port.pre.mk> > > .if ${MACHINE_ARCH} == "i386"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 56252
: 34655 |
34656
|
34657