pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/transfig Use GNU make on Linux
details: https://anonhg.NetBSD.org/pkgsrc/rev/da81edc0090e
branches: trunk
changeset: 460836:da81edc0090e
user: martti <martti%pkgsrc.org@localhost>
date: Fri Sep 05 10:49:39 2003 +0000
description:
Use GNU make on Linux
diffstat:
print/transfig/Makefile | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r a227d92f48bd -r da81edc0090e print/transfig/Makefile
--- a/print/transfig/Makefile Fri Sep 05 10:04:00 2003 +0000
+++ b/print/transfig/Makefile Fri Sep 05 10:49:39 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2003/03/03 02:51:04 jschauma Exp $
+# $NetBSD: Makefile,v 1.22 2003/09/05 10:49:39 martti Exp $
#
DISTNAME= transfig.3.2.4
@@ -21,6 +21,11 @@
MAKE_ENV+= DDA4="-DA4"
.endif
+# We must use GNU make on Linux
+.if ${OPSYS} == "Linux"
+USE_GNU_TOOLS+= make
+.endif
+
.include "../../graphics/png/buildlink2.mk"
.include "../../graphics/xpm/buildlink2.mk"
Home |
Main Index |
Thread Index |
Old Index