pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/librep Fix build: short and easy way out of a con...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9668dab72849
branches:  trunk
changeset: 469893:9668dab72849
user:      seb <seb%pkgsrc.org@localhost>
date:      Tue Mar 02 13:54:03 2004 +0000

description:
Fix build: short and easy way out of a config.status overriding problem
by disabling the override.

diffstat:

 lang/librep/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r c5f44ce391ce -r 9668dab72849 lang/librep/Makefile
--- a/lang/librep/Makefile      Tue Mar 02 12:24:23 2004 +0000
+++ b/lang/librep/Makefile      Tue Mar 02 13:54:03 2004 +0000
@@ -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-gmp
 CONFIGURE_ARGS+=       --enable-static
 
+CONFIG_STATUS_OVERRIDE=        # empty
+
 USE_MAKEINFO=  YES
 INFO_FILES=    librep.info
 



Home | Main Index | Thread Index | Old Index