r3086 - packages/mbsystem/trunk/debian/patches

hamish-guest at alioth.debian.org hamish-guest at alioth.debian.org
Sun Jun 2 05:25:03 UTC 2013


Author: hamish-guest
Date: 2013-06-02 05:25:03 +0000 (Sun, 02 Jun 2013)
New Revision: 3086

Modified:
   packages/mbsystem/trunk/debian/patches/older_autoconf.patch
Log:
patch to fix missing library spec

Modified: packages/mbsystem/trunk/debian/patches/older_autoconf.patch
===================================================================
--- packages/mbsystem/trunk/debian/patches/older_autoconf.patch	2013-06-02 05:08:51 UTC (rev 3085)
+++ packages/mbsystem/trunk/debian/patches/older_autoconf.patch	2013-06-02 05:25:03 UTC (rev 3086)
@@ -16,3 +16,12 @@
  
  dnl Disable configure caching
  define([AC_CACHE_LOAD], )
+@@ -191,7 +191,7 @@
+ dnl Package check failed so check manually
+ if test "$GOT_GMT" = "no" ; then
+ 
+-libgmt_LIBS="-lgmt"
++libgmt_LIBS="-lgmt -lgmtps -lpsl"
+ dnl arg for command line
+ AC_ARG_WITH(gmt-lib, [  --with-gmt-lib=DIR	Location of GMT library],
+ 	[libgmt_CFLAGS="-L${withval}"] [GOT_GMT=yes], [GOT_GMT=no])




More information about the Pkg-grass-devel mailing list