FreeBSD Bugzilla – Attachment 80677 Details for
Bug 115677
[PATCH] Don't depend on XPM for graphics/php5-gd
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-php5-gd
patch-php5-gd (text/plain), 818 bytes, created by
Xin LI
on 2007-08-21 10:10:08 UTC
(
hide
)
Description:
patch-php5-gd
Filename:
MIME Type:
Creator:
Xin LI
Created:
2007-08-21 10:10:08 UTC
Size:
818 bytes
patch
obsolete
>Index: Makefile.ext >=================================================================== >RCS file: /home/ncvs/ports/lang/php5/Makefile.ext,v >retrieving revision 1.46 >diff -u -p -r1.46 Makefile.ext >--- Makefile.ext 25 Jul 2007 07:19:18 -0000 1.46 >+++ Makefile.ext 21 Aug 2007 08:53:45 -0000 >@@ -86,7 +86,7 @@ USE_OPENSSL= yes > LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ > png.5:${PORTSDIR}/graphics/png \ > jpeg.9:${PORTSDIR}/graphics/jpeg >-. if !defined(WITHOUT_X11) >+. if !defined(WITHOUT_X11) && defined(WITH_XPM) > USE_XPM= yes > . endif > >@@ -95,7 +95,7 @@ CONFIGURE_ARGS+=--with-gd \ > --with-jpeg-dir=${LOCALBASE} \ > --with-png-dir=${LOCALBASE} \ > --with-zlib-dir=/usr >-. if !defined(WITHOUT_X11) >+. if !defined(WITHOUT_X11) && defined(WITH_XPM) > CONFIGURE_ARGS+=--with-xpm-dir=${X11BASE} > . 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 Raw
Actions:
View
Attachments on
bug 115677
: 80677 |
80678