FreeBSD Bugzilla – Attachment 133077 Details for
Bug 177477
graphics/graphviz: disable X11 when XPM option is not selected
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 533 bytes, created by
Jimmy Olgeni
on 2013-03-29 15:10:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Jimmy Olgeni
Created:
2013-03-29 15:10:00 UTC
Size:
533 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 315541) >+++ Makefile (working copy) >@@ -141,11 +141,13 @@ > CONFIGURE_ARGS+= --without-libiconv-prefix > .endif > >-.if ${PORT_OPTIONS:MXPM} || exists(${LOCALBASE}/lib/libXpm.so) >+.if ${PORT_OPTIONS:MXPM} >+CONFIGURE_ARGS+= --with-x > USE_XORG+= xaw xpm xmu xt sm ice xext x11 xau xdmcp xp > MAN1+= dotty.1 lefty.1 lneato.1 > PLIST_SUB+= WITH_XPM="" > .else >+CONFIGURE_ARGS+= --without-x > PLIST_SUB+= WITH_XPM="@comment " > .endif
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 177477
: 133077