pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/SDL Override config.status so that it doesn't ru...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a68e8322c39e
branches:  trunk
changeset: 468393:a68e8322c39e
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Feb 13 17:29:20 2004 +0000

description:
Override config.status so that it doesn't run again during the build and
overwrite our libtool replacement.  Fixes PR 24407.

diffstat:

 devel/SDL/Makefile.common |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 6455e804a06e -r a68e8322c39e devel/SDL/Makefile.common
--- a/devel/SDL/Makefile.common Fri Feb 13 17:15:02 2004 +0000
+++ b/devel/SDL/Makefile.common Fri Feb 13 17:29:20 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2004/02/13 17:15:02 jlam Exp $
+# $NetBSD: Makefile.common,v 1.10 2004/02/13 17:29:20 jlam Exp $
 #
 
 DISTNAME=      SDL-1.2.6
@@ -15,6 +15,7 @@
 USE_BUILDLINK3=                YES
 USE_X11=               YES
 GNU_CONFIGURE=         YES
+CONFIG_STATUS_OVERRIDE=        config.status
 USE_GNU_TOOLS+=                make
 USE_LANGUAGES=         c c++
 PTHREAD_OPTS+=         require



Home | Main Index | Thread Index | Old Index