diff options
author | seb <seb@pkgsrc.org> | 2004-03-02 13:54:03 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2004-03-02 13:54:03 +0000 |
commit | 4cbc84b62cc5533d7a11c1236f51283d2a135444 (patch) | |
tree | a500b028a25ad1f43aa36ef7faa13bfb356db58a | |
parent | 73bef4481b71aae02aa23f3527cd23afed0c80d3 (diff) | |
download | pkgsrc-4cbc84b62cc5533d7a11c1236f51283d2a135444.tar.gz |
Fix build: short and easy way out of a config.status overriding problem
by disabling the override.
-rw-r--r-- | lang/librep/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/librep/Makefile b/lang/librep/Makefile index a78a49e848d..f53a446554d 100644 --- a/lang/librep/Makefile +++ b/lang/librep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2004/02/14 17:21:43 jlam Exp $ +# $NetBSD: Makefile,v 1.36 2004/03/02 13:54:03 seb Exp $ # DISTNAME= librep-${REP_VERS} @@ -26,6 +26,8 @@ CONFIGURE_ARGS+= --with-readline CONFIGURE_ARGS+= --with-gmp CONFIGURE_ARGS+= --enable-static +CONFIG_STATUS_OVERRIDE= # empty + USE_MAKEINFO= YES INFO_FILES= librep.info |