diff options
author | rh <rh@pkgsrc.org> | 1999-11-30 13:24:45 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-11-30 13:24:45 +0000 |
commit | c5ddef14ad9c11e63d2f6faf37869a9cf2880b5a (patch) | |
tree | ddc23ac137c3f31dc404104d7d5e9b97ae52abe2 /graphics/clanlib/patches/patch-ad | |
parent | f7b9029f4e2da79046b3ae602b1aa887f869cf54 (diff) | |
download | pkgsrc-c5ddef14ad9c11e63d2f6faf37869a9cf2880b5a.tar.gz |
Update clanlib to 0.2.2. Changes are mostly bugfixes.
Diffstat (limited to 'graphics/clanlib/patches/patch-ad')
-rw-r--r-- | graphics/clanlib/patches/patch-ad | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/graphics/clanlib/patches/patch-ad b/graphics/clanlib/patches/patch-ad index 41233c7095e..803537c02d1 100644 --- a/graphics/clanlib/patches/patch-ad +++ b/graphics/clanlib/patches/patch-ad @@ -1,15 +1,13 @@ -$NetBSD: patch-ad,v 1.1.1.1 1999/07/21 22:56:35 garbled Exp $ ---- Makefile.conf.in.orig Sun May 30 15:43:50 1999 -+++ Makefile.conf.in Thu Jul 8 11:27:24 1999 -@@ -9,9 +9,9 @@ - INC_PREFIX = @includedir@ +$NetBSD: patch-ad,v 1.2 1999/11/30 13:24:47 rh Exp $ + +--- Makefile.conf.in.orig Mon Nov 29 16:59:33 1999 ++++ Makefile.conf.in Mon Nov 29 17:02:28 1999 +@@ -13,7 +13,7 @@ BIN_PREFIX = @bindir@ + TARGET_PREFIX = @libdir@/ClanLib -INCLUDE_DIRS = -I . -I Layer1 -I Layer2 -I Layer2/StreamSoundProviders/mikmod/include @x_includes@ -+INCLUDE_DIRS = -I . -I Layer1 -I Layer2 -I Layer2/StreamSoundProviders/mikmod/include @x_includes@ -I$(LOCALBASE)/include ++INCLUDE_DIRS = -I . -I Layer1 -I Layer2 -I Layer2/StreamSoundProviders/mikmod/include @x_includes@ -I${LOCALBASE}/include --COMP_OPTIONS = -Wall -g $(INCLUDE_DIRS) -fPIC -O2 @DEFS@ -+COMP_OPTIONS = -g $(CFLAGS) $(INCLUDE_DIRS) -fPIC -O2 @DEFS@ + COMP_OPTIONS = -Wall $(INCLUDE_DIRS) -fPIC @DEFS@ @comp_mode@ - LINK_LIBS1 = @libs1@ - LINK_LIBS2 = @libs2@ |