diff options
| author | Koop Mast <kwm@FreeBSD.org> | 2014-01-17 19:09:19 +0000 |
|---|---|---|
| committer | Koop Mast <kwm@FreeBSD.org> | 2014-01-17 19:09:19 +0000 |
| commit | 4a8ee477e6fba392f4febbeb358593676a3fc648 (patch) | |
| tree | 89a3cf4913dd78772a9dc3b1aa583b000fbd576f /devel/gvfs/files/patch-config.h.in | |
| parent | - Set EXTRACT_SUFX and dismiss USE_ZIP (diff) | |
Fix build with new gphoto2. [1]
While here:
Use new LIB_DEPENDS syntax, use USES=pathfix.
Add portscout macro, strip and stagify.
Obtained from: Gentoo [1]
Diffstat (limited to 'devel/gvfs/files/patch-config.h.in')
| -rw-r--r-- | devel/gvfs/files/patch-config.h.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/gvfs/files/patch-config.h.in b/devel/gvfs/files/patch-config.h.in new file mode 100644 index 000000000000..aca6bcf45a75 --- /dev/null +++ b/devel/gvfs/files/patch-config.h.in @@ -0,0 +1,12 @@ +--- config.h.in.orig 2012-05-15 20:07:21.000000000 +0200 ++++ config.h.in 2014-01-17 19:49:23.000000000 +0100 +@@ -51,6 +51,9 @@ + /* Define to 1 if gphoto2 is available */ + #undef HAVE_GPHOTO2 + ++/* define to 1 if gphoto2.5 is available */ ++#undef HAVE_GPHOTO25 ++ + /* Define to 1 if you have the `grantpt' function. */ + #undef HAVE_GRANTPT + |
