summaryrefslogtreecommitdiff
path: root/games/scummvm/patches/patch-ab
blob: d744ba2e07583f1740b2729c546289befc8895c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ab,v 1.1 2003/05/14 09:26:18 tron Exp $

--- common.rules.orig	2002-11-21 05:08:36.000000000 +0100
+++ common.rules	2003-05-14 11:18:54.000000000 +0200
@@ -1,5 +1,7 @@
 # Common build rules, used by the sub modules and their module.mk files
 
+CPPFLAGS+=	-I$(BUILDLINK_DIR)/include
+
 # Convenience library target
 $(MODULE)/lib$(MODULE).a: $(MODULE_OBJS)
 	$(AR) $@ $+