summaryrefslogtreecommitdiffstats
path: root/libraries/agg/patches/09-fix-hurd-ftbfs.patch
blob: 145b9d7151c260f28d4a873ddee255e8f7c911f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Author: Barry deFreese <bdefreese@debian.org>
Description: Patch to prevent a FTBFS on GNU/Hurd.

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./