FreeBSD Bugzilla – Attachment 137843 Details for
Bug 183572
[PATCH] graphics/zbar: Unbreak on FreeBSD 10 (and DragonFly)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch.txt
patch.txt (text/x-patch; charset="UTF-8"), 1.53 KB, created by
Oliver Heesakkers
on 2013-11-09 20:01:12 UTC
(
hide
)
Description:
patch.txt
Filename:
MIME Type:
Creator:
Oliver Heesakkers
Created:
2013-11-09 20:01:12 UTC
Size:
1.53 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 333324) >+++ Makefile (working copy) >@@ -12,10 +12,14 @@ > > LICENSE= LGPL21 > >+LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg >+ > GNU_CONFIGURE= yes > USE_LDCONFIG= yes > USES= iconv gmake pkgconfig > >+CONFIGURE_ARGS= --with-jpeg=yes >+ > OPTIONS_DEFINE= X11 IMAGEMAGICK V4L PYTHON GTK2 QT4 > OPTIONS_DEFAULT= X11 IMAGEMAGICK > V4L_DESC= Build zbarcam video scanner >@@ -23,13 +27,6 @@ > NO_STAGE= yes > .include <bsd.port.options.mk> > >-.if exists(${LOCALBASE}/lib/libjpeg.so) >-CONFIGURE_ARGS+= --with-jpeg=yes >-LIB_DEPENDS+= jpeg:${PORTSDIR}/graphics/jpeg >-.else >-CONFIGURE_ARGS+= --with-jpeg=no >-.endif >- > .if ${PORT_OPTIONS:MX11} > USE_XORG= ice sm x11 xau xcb xdmcp xext xv > CONFIGURE_ARGS+= --with-x=yes >Index: files/patch-configure >=================================================================== >--- files/patch-configure (revision 0) >+++ files/patch-configure (working copy) >@@ -0,0 +1,10 @@ >+--- configure.orig 2009-10-23 18:17:24.000000000 +0000 >++++ configure >+@@ -21369,6 +21369,7 @@ if test "x$ac_cv_lib_jpeg_jpeg_read_head >+ #define HAVE_LIBJPEG 1 >+ _ACEOF >+ >++ have_jpeg="yes" >+ LIBS="-ljpeg $LIBS" >+ >+ else > >Property changes on: files/patch-configure >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 183572
:
137842
| 137843