Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/gnome
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11986/10.4-transitional/unstable/main/finkinfo/gnome

Modified Files:
        gnome-mag2.info gnome-mag2.patch 
Log Message:
Always disable X11 extensions that aren't always present.


Index: gnome-mag2.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/gnome/gnome-mag2.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gnome-mag2.patch    19 Sep 2005 20:57:24 -0000      1.1
+++ gnome-mag2.patch    19 Sep 2005 22:34:19 -0000      1.2
@@ -1,3 +1,24 @@
+diff -Nurd -x'*~' gnome-mag-0.12.1.orig/configure gnome-mag-0.12.1/configure
+--- gnome-mag-0.12.1.orig/configure    2005-05-19 10:52:01.000000000 -0400
++++ gnome-mag-0.12.1/configure 2005-09-19 18:29:27.000000000 -0400
+@@ -22994,7 +22994,7 @@
+ 
+ if test "x$XDAMAGE_LIBS" = x; then
+   save_LIBS="$LIBS"
+-  for xdamagepath in /usr/X11R6/lib /usr/openwin/lib /usr/openwin/sfw/lib 
/opt/fdo/lib $x_libraries; do
++  for xdamagepath in ; do
+     LIBS="-L$xdamagepath -lXdamage -lX11"
+     case "$host" in
+     *solaris*) XDAMAGE_RPATH_FLAGS="-R$xdamagepath" ;;
+@@ -23425,7 +23425,7 @@
+ 
+ if test "x$XFIXES_LIBS" = x; then
+   save_LIBS="$LIBS"
+-  for xfixespath in /usr/X11R6/lib /usr/openwin/lib /usr/openwin/sfw/lib 
/opt/fdo/lib $x_libraries; do
++  for xfixespath in ; do
+     LIBS="-L$xfixespath -lXfixes -lX11"
+     case "$host" in
+     *solaris*) XFIXES_RPATH_FLAGS="-R$xfixespath" ;;
 diff -Nurd -x'*~' gnome-mag-0.12.1.orig/po/Makefile.in.in 
gnome-mag-0.12.1/po/Makefile.in.in
 --- gnome-mag-0.12.1.orig/po/Makefile.in.in    2005-02-07 17:02:22.000000000 
-0500
 +++ gnome-mag-0.12.1/po/Makefile.in.in 2005-08-04 00:43:50.000000000 -0400

Index: gnome-mag2.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/gnome/gnome-mag2.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gnome-mag2.info     19 Sep 2005 20:57:24 -0000      1.1
+++ gnome-mag2.info     19 Sep 2005 22:34:19 -0000      1.2
@@ -1,6 +1,6 @@
 Package: gnome-mag2
 Version: 0.12.1
-Revision: 10
+Revision: 11
 Conflicts: gnome-mag
 Replaces: gnome-mag
 Depends: %N-shlibs (>= %v-%r), atk1-shlibs (>= 1.6.0-1), libgettext3-shlibs, 
glib2 (>= 2.4.0-1), gtk+2 (>= 2.4.0-1), libbonobo2 (>= 2.6.0-1), libiconv, 
orbit2 (>= 2.10.0-1), pango1-xft2 (>= 1.4.0-1), popt-shlibs, at-spi (>= 
1.5.2-1), at-spi-shlibs (>= 1.5.2-1), x11, gail17, gail17-shlibs, libart2-shlibs
@@ -14,7 +14,7 @@
 NoSetMAKEFLAGS: true
 SetMAKEFLAGS: -j1
 CompileScript: <<
-  F77=no ./configure %c
+  F77=no ac_cv_lib_Xdamage_XDamageCreate=no 
ac_cv_lib_Xfixes_XFixesCreateRegion=no ./configure %c
   make
 <<
 InstallScript: make install DESTDIR=%d
@@ -44,6 +44,10 @@
   Had to add F77=no to configure to get around a weird libtool thing
   when "fort77" is installed.
 <<
+DescPort: <<
+ Always disable DAMAGE and XFIXES extensions for consistency (Apple
+ X11 (10.3) doesn't have them, x.org has DAMAGE).
+<<
 DescUsage: <<
 For information on the "magnifier" command=line utility, type
 "magnifier --help" or "magnifier --usage" after installing



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. 
Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to