FreeBSD Bugzilla – Attachment 100647 Details for
Bug 139975
[PATCH] graphics/GraphicsMagick13: missing support for png, jpeg and others
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
GraphicsMagick-1.3.7_1.patch
GraphicsMagick-1.3.7_1.patch (text/plain), 1.25 KB, created by
mwisnicki+freebsd
on 2009-10-25 23:00:12 UTC
(
hide
)
Description:
GraphicsMagick-1.3.7_1.patch
Filename:
MIME Type:
Creator:
mwisnicki+freebsd
Created:
2009-10-25 23:00:12 UTC
Size:
1.25 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/graphics/GraphicsMagick13.orig/Makefile /usr/ports/graphics/GraphicsMagick13/Makefile >--- /usr/ports/graphics/GraphicsMagick13.orig/Makefile 2009-10-18 04:08:17.000000000 +0200 >+++ /usr/ports/graphics/GraphicsMagick13/Makefile 2009-10-25 17:38:16.000000000 +0100 >@@ -7,6 +7,7 @@ > > PORTNAME= GraphicsMagick > PORTVERSION= 1.3.7 >+PORTREVISION= 1 > CATEGORIES= graphics > MASTER_SITES= SF \ > ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/1.3/ >@@ -54,7 +55,8 @@ > ALL_TARGET= -j`${SYSCTL} -n hw.ncpu` > > CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ >- LDFLAGS="-L${LOCALBASE}/lib" >+ LDFLAGS="${CONFIGURE_LDFLAGS}" >+CONFIGURE_LDFLAGS=-L${LOCALBASE}/lib > > test check: > cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check >@@ -79,6 +81,8 @@ > .endif > .endif > >+# XXX configure will continue even if optional components don't work >+ > .if defined(WITH_FPX) > LIB_DEPENDS+= fpx.[2-9]:${PORTSDIR}/graphics/libfpx > CONFIGURE_ARGS+= --with-fpx >@@ -98,7 +102,7 @@ > IGNORE= does not support OpenMP on FreeBSD version ${OSVERSION} > .endif > >-CONFIGURE_ENV+= LDFLAGS=${PTHREAD_LIBS} >+CONFIGURE_LDFLAGS+= ${PTHREAD_LIBS} > CONFIGURE_ARGS+= --with-threads --enable-openmp --disable-openmp-slow > .else > CONFIGURE_ARGS+= --without-threads --disable-openmp
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 139975
: 100647 |
100648
|
100649