diff options
author | tron <tron@pkgsrc.org> | 2003-05-14 09:26:18 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2003-05-14 09:26:18 +0000 |
commit | 7d33da1f5a94ef33c90a6d1cdc24406a792694e5 (patch) | |
tree | 75c51351f0de71eeacef65a8a1fb3ffac64421d2 /games/scummvm/patches | |
parent | a5a8d9d4acee7e377384d81f5ae8e90efecb4474 (diff) | |
download | pkgsrc-7d33da1f5a94ef33c90a6d1cdc24406a792694e5.tar.gz |
Fix build problem under NetBSD-current.
Diffstat (limited to 'games/scummvm/patches')
-rw-r--r-- | games/scummvm/patches/patch-ab | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/scummvm/patches/patch-ab b/games/scummvm/patches/patch-ab new file mode 100644 index 00000000000..d744ba2e075 --- /dev/null +++ b/games/scummvm/patches/patch-ab @@ -0,0 +1,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) $@ $+ |