FreeBSD Bugzilla – Attachment 138749 Details for
Bug 184832
graphics/gimmage: Fix build with clang
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.51 KB, created by
tkato432
on 2013-12-16 18:10:08 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2013-12-16 18:10:08 UTC
Size:
1.51 KB
patch
obsolete
>diff -urN /usr/ports/graphics/gimmage/Makefile graphics/gimmage/Makefile >--- /usr/ports/graphics/gimmage/Makefile 2013-11-06 22:02:02.000000000 +0900 >+++ graphics/gimmage/Makefile 2013-12-17 00:00:00.000000000 +0900 >@@ -3,19 +3,18 @@ > > PORTNAME= gimmage > PORTVERSION= 0.2.3 >-PORTREVISION= 9 >+PORTREVISION= 10 > CATEGORIES= graphics > MASTER_SITES= BERLIOS CENKES > > MAINTAINER= ports@FreeBSD.org > COMMENT= Simple image viewer > >-LIB_DEPENDS= libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 \ >- libcurl.so:${PORTSDIR}/ftp/curl >+LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl > >-USES= gettext pkgconfig >+USES= desktop-file-utils gettext pkgconfig >+USE_GNOME= gtkmm24 > GNU_CONFIGURE= yes >-CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE} >+CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} > >-NO_STAGE= yes > .include <bsd.port.mk> >diff -urN /usr/ports/graphics/gimmage/files/patch-src__FileManager.cpp graphics/gimmage/files/patch-src__FileManager.cpp >--- /usr/ports/graphics/gimmage/files/patch-src__FileManager.cpp 2013-11-06 22:02:02.000000000 +0900 >+++ graphics/gimmage/files/patch-src__FileManager.cpp 2013-12-17 00:00:00.000000000 +0900 >@@ -1,6 +1,6 @@ > --- ./src/FileManager.cpp.orig 2007-07-20 23:42:55.000000000 +0400 > +++ ./src/FileManager.cpp 2007-07-20 23:43:03.000000000 +0400 >-@@ -23,6 +23,7 @@ >+@@ -23,12 +23,13 @@ > > #include "FileManager.h" > #include "defines.h" >@@ -8,3 +8,10 @@ > > #include "../config.h" > >+ extern "C" { >+ #include <libintl.h> >+-// #include <unistd.h> >++#include <unistd.h> >+ #include <sys/stat.h> >+ } >+
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 184832
: 138749