pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/nomarch remove a patch and just override CC ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b0f44d3737e5
branches:  trunk
changeset: 467344:b0f44d3737e5
user:      grant <grant%pkgsrc.org@localhost>
date:      Thu Jan 29 13:00:57 2004 +0000

description:
remove a patch and just override CC and CFLAGS. fixes build with
non-gcc.

diffstat:

 archivers/nomarch/Makefile |  4 +++-
 archivers/nomarch/distinfo |  3 +--
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r c82db586a60a -r b0f44d3737e5 archivers/nomarch/Makefile
--- a/archivers/nomarch/Makefile        Thu Jan 29 12:55:35 2004 +0000
+++ b/archivers/nomarch/Makefile        Thu Jan 29 13:00:57 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/09/19 12:57:38 jmmv Exp $
+# $NetBSD: Makefile,v 1.5 2004/01/29 13:00:57 grant Exp $
 #
 
 DISTNAME=      nomarch-1.3
@@ -11,6 +11,8 @@
 
 USE_BUILDLINK2=        YES
 MAKE_FLAGS+=   PREFIX=${PREFIX}
+MAKE_FLAGS+=   CC="${CC}"
+MAKE_FLAGS+=   CFLAGS="${CFLAGS}"
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/nomarch ${PREFIX}/bin/nomarch
diff -r c82db586a60a -r b0f44d3737e5 archivers/nomarch/distinfo
--- a/archivers/nomarch/distinfo        Thu Jan 29 12:55:35 2004 +0000
+++ b/archivers/nomarch/distinfo        Thu Jan 29 13:00:57 2004 +0000
@@ -1,5 +1,4 @@
-$NetBSD: distinfo,v 1.2 2003/09/19 13:29:37 jmmv Exp $
+$NetBSD: distinfo,v 1.3 2004/01/29 13:00:57 grant Exp $
 
 SHA1 (nomarch-1.3.tar.gz) = 5f17dc8b8cbd843fd75ddaeb3d975714b5235b58
 Size (nomarch-1.3.tar.gz) = 22491 bytes
-SHA1 (patch-aa) = 81a7cc1613b3f0e836d29c455a3244005f328f89



Home | Main Index | Thread Index | Old Index