pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/mousetar use CPPFLAGS for making it build on...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d8d8a498e64a
branches: trunk
changeset: 461621:d8d8a498e64a
user: yyamano <yyamano%pkgsrc.org@localhost>
date: Thu Sep 18 14:00:58 2003 +0000
description:
use CPPFLAGS for making it build on darwin.
diffstat:
archivers/mousetar/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 98014847ac11 -r d8d8a498e64a archivers/mousetar/Makefile
--- a/archivers/mousetar/Makefile Thu Sep 18 13:49:09 2003 +0000
+++ b/archivers/mousetar/Makefile Thu Sep 18 14:00:58 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/07/17 21:21:28 grant Exp $
+# $NetBSD: Makefile,v 1.6 2003/09/18 14:00:58 yyamano Exp $
#
DISTNAME= mousetar-20021217
@@ -17,7 +17,7 @@
done
do-build:
- cd ${WRKSRC}; ${CC} ${CFLAGS} tar.c -o mousetar
+ cd ${WRKSRC}; ${CC} ${CPPFLAGS} ${CFLAGS} tar.c -o mousetar
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mousetar ${PREFIX}/bin
Home |
Main Index |
Thread Index |
Old Index