FreeBSD Bugzilla – Attachment 33812 Details for
Bug 55186
Doxygen 1.3.1 build fails on Alpha
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Makefile.patch
Makefile.patch (text/plain), 1.79 KB, created by
idart
on 2003-08-02 16:40:09 UTC
(
hide
)
Description:
Makefile.patch
Filename:
MIME Type:
Creator:
idart
Created:
2003-08-02 16:40:09 UTC
Size:
1.79 KB
patch
obsolete
>--- Makefile.orig Wed Jul 9 07:15:56 2003 >+++ Makefile Sat Aug 2 16:52:36 2003 >@@ -49,6 +49,12 @@ > PLIST_SUB+= HAVE_DOXYWIZARD="@comment " > .endif # !WITHOUT_DOXYWIZARD > >+.if defined(WITH_LANGS) >+CONFIGURE_ARGS+=--enable-langs ${WITH_LANGS} >+.else >+CONFIGURE_ARGS+=--english-only >+.endif #WITH_LANGS >+ > USE_PERL5= yes > HAS_CONFIGURE= yes > USE_GMAKE= yes >@@ -56,8 +62,9 @@ > CONFIGURE_ARGS+=--prefix ${PREFIX} --perl ${PERL} --make ${GMAKE} \ > --install "${INSTALL}" > >-.if !defined(NOPORTDOCS) && !defined(HAVE_LATEX) >+.if (!defined(NOPORTDOCS) && !defined(HAVE_LATEX)) || (!defined(WITH_LANGS)) > pre-everything:: >+.if !defined(NOPORTDOCS) && !defined(HAVE_LATEX) > @${ECHO_MSG} > @${ECHO_MSG} "=================================================" > @${ECHO_MSG} "If you want DVI, Postscript, and PDF documentation" >@@ -66,6 +73,21 @@ > @${ECHO_MSG} "=================================================" > @${ECHO_MSG} > .endif # !defined(NOPORTDOCS) && !defined(HAVE_LATEX) >+.if !defined(WITH_LANGS) >+ @${ECHO_MSG} >+ @${ECHO_MSG} "=================================================" >+ @${ECHO_MSG} "If you want to enable support for languages other" >+ @${ECHO_MSG} "than English, hit Ctrl-C right now and use" >+ @${ECHO_MSG} "\"make WITH_LANGS=list\", where list is a comma" >+ @${ECHO_MSG} "separated list of languages (two letters). See" >+ @${ECHO_MSG} "\"http://www.stack.nl/~dimitri/doxygen/langhowto.html\"" >+ @${ECHO_MSG} "for a list of supported languages, or run" >+ @${ECHO_MSG} "\"${WRKSRC}/configure --help\"" >+ @${ECHO_MSG} "to see the list of supported two letter notations." >+ @${ECHO_MSG} "=================================================" >+ @${ECHO_MSG} >+.endif # !defined(WITH_LANGS) >+.endif # (!defined(NOPORTDOCS) && !defined(HAVE_LATEX)) || (!defined(WITH_LANGS)) > > pre-configure: > @${PERL} -pi -e "s:gcc:${CC}:g; \
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 55186
: 33812