diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-06-30 11:26:31 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-06-30 11:26:31 +0000 |
commit | 97033fa2c9fc8dc522a5dc5f476bf912fb90f92f (patch) | |
tree | cc9e85b53eae6ef234a061bff0e9baac7d85be2c /graphics/clanlib/patches | |
parent | 29843ec68ec5f0c691c67f41acc171b098991377 (diff) | |
download | pkgsrc-97033fa2c9fc8dc522a5dc5f476bf912fb90f92f.tar.gz |
o add buildlink.mk file for use by other packages
o convert to use buildlink.mk files
Diffstat (limited to 'graphics/clanlib/patches')
-rw-r--r-- | graphics/clanlib/patches/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/clanlib/patches/patch-aa b/graphics/clanlib/patches/patch-aa index 2d7407f736d..4b6bd869c75 100644 --- a/graphics/clanlib/patches/patch-aa +++ b/graphics/clanlib/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.3 2000/12/15 03:13:05 garbled Exp $ +$NetBSD: patch-aa,v 1.4 2001/06/30 11:26:32 zuntum Exp $ --- Makefile.conf.in.orig Thu Dec 14 19:27:08 2000 +++ Makefile.conf.in Thu Dec 14 19:28:06 2000 @@ -13,11 +13,11 @@ @@ -6,7 +6,7 @@ $NetBSD: patch-aa,v 1.3 2000/12/15 03:13:05 garbled Exp $ TARGET_PREFIX = @libdir@/ClanLib -INCLUDE_DIRS = -I Sources @x_includes@ -+INCLUDE_DIRS = -I Sources @x_includes@ -I$(LOCALBASE)/include ++INCLUDE_DIRS = -I Sources @x_includes@ -I$(BUILDLINK_DIR)/include COMP_OPTIONS = -Wall $(INCLUDE_DIRS) -fPIC -DNOCONTROLS @DEFS@ @comp_mode@ |