diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-13 17:29:20 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-13 17:29:20 +0000 |
commit | f1d09febbfa8f53e02d37a01e6d3076cc32bbab8 (patch) | |
tree | f4866f8b18631946654cf13f8f4eef2b2d2a5206 /devel | |
parent | 0e2d98c90306b157f26fca1dd1a3af801c6656c4 (diff) | |
download | pkgsrc-f1d09febbfa8f53e02d37a01e6d3076cc32bbab8.tar.gz |
Override config.status so that it doesn't run again during the build and
overwrite our libtool replacement. Fixes PR 24407.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/SDL/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/SDL/Makefile.common b/devel/SDL/Makefile.common index c6698d95ac9..157a68c1b5e 100644 --- a/devel/SDL/Makefile.common +++ b/devel/SDL/Makefile.common @@ -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 @@ PATCHDIR= ${.CURDIR}/../../devel/SDL/patches 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 |