FreeBSD Bugzilla – Attachment 79378 Details for
Bug 114036
[PATCH] graphics/GraphicsMagick: add WITHOUT_SYMBOL_PREFIX knob & fix webfonts path
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
GraphicsMagick-symbol-prefix-knob.patch
GraphicsMagick-symbol-prefix-knob.patch (text/plain), 931 bytes, created by
Roderick van Domburg
on 2007-06-26 13:00:07 UTC
(
hide
)
Description:
GraphicsMagick-symbol-prefix-knob.patch
Filename:
MIME Type:
Creator:
Roderick van Domburg
Created:
2007-06-26 13:00:07 UTC
Size:
931 bytes
patch
obsolete
>diff -ru /usr/ports/graphics/GraphicsMagick/Makefile GraphicsMagick/Makefile >--- /usr/ports/graphics/GraphicsMagick/Makefile Mon Jun 25 22:43:05 2007 >+++ GraphicsMagick/Makefile Tue Jun 26 13:16:37 2007 >@@ -42,14 +42,17 @@ > > .ifndef WINDOWS_FONT_DIR > # Use fonts installed by x11-fonts/webfonts by default >-WINDOWS_FONT_DIR=${X11BASE}/lib/X11/webfonts >+WINDOWS_FONT_DIR=${X11BASE}/lib/X11/fonts/webfonts > .endif > > CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} > CONFIGURE_ARGS= --without-perl --with-windows-font-dir=${WINDOWS_FONT_DIR} \ >- --enable-shared --enable-static --without-threads \ >- --enable-symbol-prefix >+ --enable-shared --enable-static --without-threads > USE_LDCONFIG= yes >+ >+.if !defined(WITHOUT_SYMBOL_PREFIX) >+CONFIGURE_ARGS+= --enable-symbol-prefix >+.endif > > .if !defined(NOPORTDOCS) > INSTALL_TARGET= install install-data-html
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 114036
: 79378