Package: caja-seahorse / 1.18.4-2

1001_cross.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Make build cross-compilation safe.
Author: Helmut Grohne <helmut@subdivi.de>

--- caja-seahorse-1.18.4.orig/configure.ac
+++ caja-seahorse-1.18.4/configure.ac
@@ -26,7 +26,7 @@
 AM_DISABLE_STATIC
 AM_PROG_LIBTOOL
 IT_PROG_INTLTOOL([0.35.0])
-AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
+PKG_PROG_PKG_CONFIG
 
 AC_SYS_LARGEFILE
 AC_TYPE_OFF_T