FreeBSD Bugzilla – Attachment 25997 Details for
Bug 44362
MPlayer port provides no mechanism to enable Freetype support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 722 bytes, created by
Pat Lashley
on 2002-10-22 00:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Pat Lashley
Created:
2002-10-22 00:10:01 UTC
Size:
722 bytes
patch
obsolete
>--- Makefile.orig Mon Oct 21 15:04:32 2002 >+++ Makefile Mon Oct 21 15:41:18 2002 >@@ -83,6 +83,10 @@ > WITH_LIVEMEDIA= yes > .endif > >+.if exists(${LOCALBASE}/lib/libfreetype.so.9) >+WITH_FREETYPE= yes >+.endif >+ > .if defined(WITH_OPTIMIZED_CFLAGS) > CFLAGS+= -O3 -ffast-math -fomit-frame-pointer > .endif >@@ -140,6 +144,14 @@ > CONFIGURE_ARGS+=--enable-xanim --with-xanimlibdir=${X11BASE}/lib/X11/xanim > .else > CONFIGURE_ARGS+=--disable-xanim >+.endif >+ >+.if defined(WITH_FREETYPE) >+CONFIGURE_ARGS+=--with-extraincdir=${LOCALBASE}/include/freetype2 >+CONFIGURE_ARGS+=--enable-freetype >+LIB_DEPENDS+= freetype.9:${PORTSDIR}/print/freetype2 >+.else >+CONFIGURE_ARGS+=--disable-freetype > .endif > > # "enable" build for other archs
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 44362
: 25997