View | Details | Raw Unified | Return to bug 95113
Collapse All | Expand All

(-)graphics/libexif-gtk/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
LIB_DEPENDS=	exif.12:${PORTSDIR}/graphics/libexif
18
LIB_DEPENDS=	exif.12:${PORTSDIR}/graphics/libexif
19
19
20
USE_GNOME=	gnomehack gnometarget gtk20
20
USE_GNOME=	gnomehack gnometarget gtk20
21
GNU_CONFIGURE=	yes
21
USE_AUTOTOOLS=	autoconf:259
22
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
22
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
23
		LDFLAGS="-L${LOCALBASE}/lib"
23
		LDFLAGS="-L${LOCALBASE}/lib"
24
INSTALLS_SHLIB=	yes
24
INSTALLS_SHLIB=	yes
(-)graphics/libexif-gtk/files/patch-configure.in (+20 lines)
Line 0 Link Here
1
--- configure.in.orig	Tue Oct 19 04:12:58 2004
2
+++ configure.in	Thu Mar 30 23:22:23 2006
3
@@ -52,7 +52,7 @@
4
 dnl ---------------------------------------------------------------------------
5
 CPPFLAGS_save="$CPPFLAGS"
6
 CPPFLAGS=$LIBEXIF_GTK_CFLAGS
7
-AC_CHECK_HEADER([exif-mem.h], [
8
+PKG_CHECK_MODULES(HAVE_EXIF_0_6_12, libexif >= 0.6.12, [
9
 	exif_msg=">= 0.6.12"
10
 	AC_DEFINE(HAVE_EXIF_0_6_12,1,[whether we use a version of libexif greater than 0.6.12])],[
11
 	exif_msg="< 0.6.12 (think about upgrading)"])
12
@@ -73,7 +73,7 @@
13
 
14
 Configuration (${PACKAGE}):
15
 
16
-	Source code location:    $(srcdir)
17
+	Source code location:    ${srcdir}
18
 	Version:                 ${VERSION}
19
 	Compiler:                ${CC}
20

Return to bug 95113