FreeBSD Bugzilla – Attachment 34690 Details for
Bug 56290
ports/www/apache13 should allow building with included expat-lite
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 753 bytes, created by
Helge Oldach
on 2003-09-01 19:50:17 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Helge Oldach
Created:
2003-09-01 19:50:17 UTC
Size:
753 bytes
patch
obsolete
>--- Makefile.ORIG Mon Aug 18 09:10:12 2003 >+++ Makefile Mon Sep 1 20:42:06 2003 >@@ -25,7 +25,9 @@ > DOCUMENT_ROOT=${DATADIR}/data > DEFAULT_PATH=/bin:/usr/bin:${PREFIX}/bin > >-.if defined(WITHOUT_APACHE_EXPAT) && ${WITHOUT_APACHE_EXPAT} == yes >+.if defined(WITH_APACHE_EXPAT) && ${WITH_APACHE_EXPAT} == yes >+EXPAT_CONF+= --enable-rule=EXPAT >+.elif defined(WITH_APACHE_EXPAT) > EXPAT_CONF+= --disable-rule=EXPAT > .else > LIB_DEPENDS+= expat.4:${PORTSDIR}/textproc/expat2 >@@ -107,7 +109,7 @@ > > CONFIGURE_ENV= OPTIM='${OPTIM}' LD_SHLIB='${CC}' LIBS='${LIBS}' > >-.if !defined(WITHOUT_APACHE_EXPAT) || ${WITHOUT_APACHE_EXPAT} != yes >+.if !defined(WITH_APACHE_EXPAT) > CONFIGURE_ENV+= \ > INCLUDES=-I${LOCALBASE}/include \ > LDFLAGS=-L${LOCALBASE}/lib
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 56290
: 34690