pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/fltk Force the use of a C++ compiler to compile C+...
details: https://anonhg.NetBSD.org/pkgsrc/rev/74ea871c5ffb
branches: trunk
changeset: 463169:74ea871c5ffb
user: agc <agc%pkgsrc.org@localhost>
date: Thu Oct 30 15:43:07 2003 +0000
description:
Force the use of a C++ compiler to compile C++ source files. From an
analysis of the problem by Ben Collver in PR 23252.
diffstat:
x11/fltk/distinfo | 4 ++--
x11/fltk/patches/patch-af | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (35 lines):
diff -r e28a56926b26 -r 74ea871c5ffb x11/fltk/distinfo
--- a/x11/fltk/distinfo Thu Oct 30 15:30:43 2003 +0000
+++ b/x11/fltk/distinfo Thu Oct 30 15:43:07 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2002/11/25 18:58:36 jlam Exp $
+$NetBSD: distinfo,v 1.5 2003/10/30 15:43:07 agc Exp $
SHA1 (fltk-1.0.11-source.tar.bz2) = daf8593ca6d794ac779cf8e0ec43dd5d275a39ad
Size (fltk-1.0.11-source.tar.bz2) = 999099 bytes
@@ -7,6 +7,6 @@
SHA1 (patch-ac) = 6b6c0f6af35cc0f77a23adaab5a636e660e2ddac
SHA1 (patch-ad) = 3d20ba261a675f508a270ef7864626a74ba1a357
SHA1 (patch-ae) = 4c020ba0ffd321a1d9c0b083698c53dd3e354e0a
-SHA1 (patch-af) = f44d69eda82621e14c395ededfaa64ed3b1ac972
+SHA1 (patch-af) = e712aee9aee92bc70b994036d7e7f9b27945b371
SHA1 (patch-ag) = c03b860c9506c95f60947a0c08bec677f40d5cc6
SHA1 (patch-ah) = 0514008f3c66fe8e5533ff01d12d0063b885fc25
diff -r e28a56926b26 -r 74ea871c5ffb x11/fltk/patches/patch-af
--- a/x11/fltk/patches/patch-af Thu Oct 30 15:30:43 2003 +0000
+++ b/x11/fltk/patches/patch-af Thu Oct 30 15:43:07 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-af,v 1.2 2001/05/26 06:37:46 jlam Exp $
+$NetBSD: patch-af,v 1.3 2003/10/30 15:43:07 agc Exp $
--- makeinclude.in.orig Sat Apr 14 07:11:43 2001
+++ makeinclude.in
@@ -8,7 +8,7 @@
# compiler names:
-CXX =@CXX@
-CC =@CC@
-+CXX =$(LIBTOOL) @CXX@
++CXX =$(LIBTOOL) c++
+CC =$(LIBTOOL) @CC@
MAKEDEPEND =@MAKEDEPEND@
Home |
Main Index |
Thread Index |
Old Index