rpms/rawstudio/devel rawstudio-1.2-link_libX11.patch,1.1,1.2

Gianluca Sforna giallu at fedoraproject.org
Sun Feb 14 00:02:16 UTC 2010


Author: giallu

Update of /cvs/extras/rpms/rawstudio/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18619

Modified Files:
	rawstudio-1.2-link_libX11.patch 
Log Message:
Rewrite patch against configure instead of configure.in


rawstudio-1.2-link_libX11.patch:
 configure |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: rawstudio-1.2-link_libX11.patch
===================================================================
RCS file: /cvs/extras/rpms/rawstudio/devel/rawstudio-1.2-link_libX11.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- rawstudio-1.2-link_libX11.patch	13 Feb 2010 22:49:43 -0000	1.1
+++ rawstudio-1.2-link_libX11.patch	14 Feb 2010 00:02:16 -0000	1.2
@@ -1,13 +1,13 @@
-diff --git a/configure.in b/configure.in
-index d915447..39e1942 100644
---- a/configure.in
-+++ b/configure.in
-@@ -54,7 +54,7 @@ AC_CHECK_LIB(tiff, TIFFOpen, tiff_ok=yes, tiff_ok=no)
+diff --git a/configure b/configure
+index 0bbd3fa..66a1aee 100755
+--- a/configure
++++ b/configure
+@@ -6565,7 +6565,7 @@ echo "$as_me: error: *** Rawstudio requires libtiff." >&2;}
  fi
- AC_SUBST(LIBTIFF)
+ 
  
 -pkg_modules="gtk+-2.0 >= 2.8.0 libxml-2.0 >= 2.4 gconf-2.0 >= 2.0 lcms dbus-1 exiv2"
 +pkg_modules="gtk+-2.0 >= 2.8.0 libxml-2.0 >= 2.4 gconf-2.0 >= 2.0 lcms dbus-1 exiv2 x11"
- PKG_CHECK_MODULES(PACKAGE, [$pkg_modules])
- AC_SUBST(PACKAGE_CFLAGS)
- AC_SUBST(PACKAGE_LIBS)
+ 
+ 
+ if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then



More information about the scm-commits mailing list