GIS, cartographic, and surveying related companies and organizations to establish a TIFF based interchange format for georeferenced raster imagery. This library is the reference implementation for reading and writing GeoTIFF tags. Note that you need a buildlink3 file for misc/proj in order to be able to use this. I have submitted a PR to NetBSD pkgsrc, but until then 'cd /usr/pkgsrc/misc/proj && createbuildlink -3 > buildlink3.mk' should suffice, given that you have pkgtools/createbuildlink installed.
13 lines
341 B
Text
13 lines
341 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2004/10/23 00:02:29 lexort Exp $
|
|
|
|
--- bin/Makefile.in.orig 2003-06-20 11:53:42.000000000 -0400
|
|
+++ bin/Makefile.in
|
|
@@ -6,7 +6,7 @@ DEPTH = ..
|
|
GEOTIFFDIR = ${DEPTH}
|
|
GEOTIFF_SO=@GEOTIFF_SO@
|
|
|
|
-LIBS= -L${GEOTIFFDIR} -lgeotiff @LIBS@
|
|
+LIBS= -L${GEOTIFFDIR} -R@prefix@/lib -lgeotiff @LIBS@
|
|
|
|
#
|
|
SHELL = /bin/sh
|