summaryrefslogtreecommitdiff
path: root/devel/SDL
diff options
context:
space:
mode:
authorjlam <jlam>2001-07-01 20:13:14 +0000
committerjlam <jlam>2001-07-01 20:13:14 +0000
commit0586bccc028fff4801732af4a050a7f1e819eb99 (patch)
treed36fd9d2b16f078b5a7b7efef340c410943e8456 /devel/SDL
parentba6e4d9df6ebfd6c52aa75088eda36e07fd6d32c (diff)
downloadpkgsrc-0586bccc028fff4801732af4a050a7f1e819eb99.tar.gz
Invoke autoreconf with --foreign so that automake won't complain about
missing "GNU-required" files like NEW, AUTHORS, etc.
Diffstat (limited to 'devel/SDL')
-rw-r--r--devel/SDL/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/SDL/Makefile b/devel/SDL/Makefile
index b8243688bde..52caf20383a 100644
--- a/devel/SDL/Makefile
+++ b/devel/SDL/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2001/06/29 04:54:51 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2001/07/01 20:13:14 jlam Exp $
#
DISTNAME= SDL-1.2.0
@@ -46,7 +46,7 @@ pre-patch:
cd ${WRKSRC} && ${MKDIR} src/audio/netbsd
pre-configure:
- cd ${WRKSRC} && ${LOCALBASE}/bin/autoreconf --force
+ cd ${WRKSRC} && ${LOCALBASE}/bin/autoreconf --force --foreign
post-configure:
cd ${WRKSRC}/src/audio && ${CP} *.[ch] netbsd/