Hi guys,

It's been a while since I've touched Xastir, so I thought I'd play it safe and just mail in this patch instead of trying to update via CVS:-)

Apparently libgeotiff-devel-1.2.5-5.fc12.i686 now puts the include files in /usr/include/libgeotiff, so I had to add this to the -I search order in aclocal.m4. I've also patched the xastir.spec which is in the Xastir src distro which seems to no longer match the xastir.spec used by fedora-hams (grrr) to apply this patch, but once the aclocal.m4 patch is integrated that won't be needed in the spec assuming you like the way I've done it. Anyway, here are the patches.

73
/a
PS: Can you tell the NYC Marathon is coming up? It's the one time a year I look at this:-)

*** xastir-1.9.6/acinclude.m4.orig      2009-10-27 19:56:07.530075391 -0400
--- xastir-1.9.6/acinclude.m4   2009-10-27 19:57:34.359085265 -0400
***************
*** 38,43 ****
--- 38,44 ----
  AC_MSG_CHECKING([for search paths])
  
  test -d /usr/local/include && CPPFLAGS="-I/usr/local/include $CPPFLAGS"
+ test -d /usr/include/libgeotiff && CPPFLAGS="-I/usr/include/libgeotiff 
$CPPFLAGS"
  test -d /usr/local/lib && LDFLAGS="-L/usr/local/lib $LDFLAGS"
  
  for d in /sw /opt /opt/local /usr/dt/share /usr/sfw /opt/sfw; do
*** xastir-1.9.6/xastir.spec.in 2008-08-04 10:27:31.000000000 -0400
--- xastir-1.9.6/xastir.spec.in.new     2009-10-27 20:15:37.169075518 -0400
***************
*** 8,13 ****
--- 8,14 ----
  Packager  : [email protected]
  # Icon    : src/@[email protected]
  Source    : 
http://prdownloads.sourceforge.net/@PACKAGE@/@pack...@-@[email protected]
+ Patch   : xast...@[email protected]
  URL       : http://www.xastir.org
  BuildRoot : %{_tmppath}/%{name}-buildroot
  #Requires  :
***************
*** 21,27 ****
  
  %prep
  %setup -q
! #%patch
  
  %build
  ./bootstrap.sh
--- 22,28 ----
  
  %prep
  %setup -q
! %patch -p1
  
  %build
  ./bootstrap.sh
_______________________________________________
Xastir-dev mailing list
[email protected]
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir-dev

Reply via email to