pkgsrc/geography/mapserver/patches/patch-aa
adam ab4338f8e8 Changes 5.6.1:
- Changed msSaveImageBufferGD to be in accordance with msSaveImageGD
- Changed the query map rendering implementation without adding extra layers
  to the map
- SQL Server 2008 plugin is not handling null field values correctly
- Hatch symbol not properly saved
- Expose symbolObj.inmapfile to the SWIG API, have already been exposed to PHP
- Expose getGeomTransform/setGeomTransform to SWIG instead of exposing the
  private vars for rfc48
- Fixed writeSymbol to support writing 'ANGLE AUTO'
- Fixed problems with point queries not working via the CGI (mode=query
  or mode=nquery)

Changes 5.6.0:
- Fixed potential leak of env. vars through msEvalRegex()
- WFS hits count is incorrect if the request contain 2 layers or more
- Fixed a problem with layer plugin where copyVirtualTable didn't copy
  the LayerResultsGetShape function pointer
2010-01-26 09:01:24 +00:00

23 lines
646 B
Text

$NetBSD: patch-aa,v 1.3 2010/01/26 09:01:24 adam Exp $
--- Makefile.in.orig 2009-06-07 09:52:59.000000000 +0000
+++ Makefile.in
@@ -239,7 +239,7 @@ LD_SHARED = @LD_SHARED@
LD_SONAME_LIBMAP = -W1,@SO_COMMAND_NAME@,$(LIBMAP_SH_VER)
XTRALIBS= @XTRALIBS@
-RUNPATHS= @RPATHS@
+RUNPATHS= @RPATHS@ -Wl,-R${prefix}/lib -Wl,-R${X11BASE}/lib
DEFINES = $(IGNORE_MISSING_DATA) $(USE_POINT_Z_M) $(STRINGS) @ALL_ENABLED@ $(FRIBIDI)
@@ -286,6 +286,9 @@ all: $(MAKE_GD) libmapserver.a $(EXTRA_D
.c.o:
$(CC) -c $(CFLAGS) $< -o $@
+.cpp.o:
+ $(CXX) -c $(CXXFLAGS) $< -o $@
+
mapogl.o: mapogl.cpp
$(CXX) -c $(CXXFLAGS) mapogl.cpp -o mapogl.o