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

(-)b/graphics/libgphoto2/Makefile (+1 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	libgphoto2
3
PORTNAME=	libgphoto2
4
PORTVERSION=	2.5.26
4
PORTVERSION=	2.5.26
5
PORTREVISION=	1
5
CATEGORIES=	graphics
6
CATEGORIES=	graphics
6
MASTER_SITES=	SF/gphoto/libgphoto/${PORTVERSION}
7
MASTER_SITES=	SF/gphoto/libgphoto/${PORTVERSION}
7
8
(-)b/graphics/libgphoto2/files/patch-gphoto2-config.in (-1 / +11 lines)
Added Link Here
0
- 
1
--- gphoto2-config.in.orig	2021-04-14 19:05:18 UTC
2
+++ gphoto2-config.in
3
@@ -55,7 +55,7 @@ while test $# -gt 0; do
4
 	;;
5
 
6
     --cflags)
7
-       	echo "-I@includedir@/gphoto2"
8
+       	echo "-I@includedir@/gphoto2 -I@includedir@"
9
        	;;
10
 
11
     --libs)

Return to bug 255062