mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Fix build with clang
- Support desktop-file-utils - Port supports staging PR: ports/184832 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
parent
d70827a7b0
commit
aaafecb9c5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336955
@ -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>
|
||||
|
@ -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,9 @@
|
||||
|
||||
#include "../config.h"
|
||||
|
||||
extern "C" {
|
||||
#include <libintl.h>
|
||||
-// #include <unistd.h>
|
||||
+#include <unistd.h>
|
||||
#include <sys/stat.h>
|
||||
}
|
||||
|
@ -6,5 +6,4 @@ has an in-application file browser that allows users to select and
|
||||
drag images and directories into the image viewing area in order to
|
||||
have them displayed.
|
||||
|
||||
Author: Bartek Kostrzewa
|
||||
WWW: http://gimmage.berlios.de/
|
||||
|
Loading…
Reference in New Issue
Block a user