FreeBSD Bugzilla – Attachment 88611 Details for
Bug 125424
Add USE_FREETYPE2 knob to bsd.port.mk
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1013 bytes, created by
Sunpoet Po-Chuan Hsieh
on 2008-07-09 09:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Sunpoet Po-Chuan Hsieh
Created:
2008-07-09 09:20:01 UTC
Size:
1013 bytes
patch
obsolete
>--- /usr/ports/Mk/bsd.port.mk.orig 2008-07-01 04:16:17.000000000 +0800 >+++ /usr/ports/Mk/bsd.port.mk 2008-07-09 15:12:40.558956834 +0800 >@@ -379,7 +379,8 @@ > # if PACKAGE_BUILDING is not set, then CONFIGURE_ENV and > # MAKE_ENV are extended with a DISPLAY variable. > # >-# USE_FREETYPE - If set, this port uses the freetype print libraries. >+# USE_FREETYPE - If set, this port uses the freetype 1.x print libraries. >+# USE_FREETYPE2 - If set, this port uses the freetype 2.x print libraries. > # USE_GL - A list of Mesa or GL related dependencies needed by the port. > # Supported components are: glut, glu, glw, gl and linux. > # If set to "yes", this is equivalent to "glu". Note that >@@ -1848,6 +1849,10 @@ > LIB_DEPENDS+= ttf.4:${PORTSDIR}/print/freetype > .endif > >+.if defined(USE_FREETYPE2) >+LIB_DEPENDS+= freetype.9:${PORTSDIR}/print/freetype2 >+.endif >+ > X_IMAKE_PORT= ${PORTSDIR}/devel/imake > X_LIBRARIES_PORT= ${PORTSDIR}/x11/xorg-libraries > X_CLIENTS_PORT= ${PORTSDIR}/x11/xorg-apps
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 125424
: 88611