Package: agg
Version: 2.5+dfsg1-7
Severity: normal
User: [email protected]
Usertags: hurd
Tags: patch
Hi,
Currently agg fails to build on Debian GNU/Hurd.
Attached is a patch for building on Hurd. (Pretty much same patch as kfreebsd).
Thank you,
Barry deFreese
Index: agg-2.5+dfsg1/src/Makefile
===================================================================
--- agg-2.5+dfsg1.orig/src/Makefile 2012-06-04 23:05:40.000000000 +0000
+++ agg-2.5+dfsg1/src/Makefile 2012-06-04 23:08:30.000000000 +0000
@@ -3,6 +3,10 @@
PLATFORM=Linux
endif
+ifeq (GNU,$(PLATFORM))
+ PLATFORM=Linux
+endif
+
include ../Makefile.in.$(PLATFORM)
CXXFLAGS= $(AGGCXXFLAGS) -I../include -L./