pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/Xaw3d Trivially USE_BUILDLINK2 to pick the right c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/08dc97b9f33e
branches:  trunk
changeset: 460007:08dc97b9f33e
user:      salo <salo%pkgsrc.org@localhost>
date:      Fri Aug 15 22:25:30 2003 +0000

description:
Trivially USE_BUILDLINK2 to pick the right compiler.
Fixes build (at least) with gcc-3.x from pkgsrc.

diffstat:

 x11/Xaw3d/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r af69fc9a1cbe -r 08dc97b9f33e x11/Xaw3d/Makefile
--- a/x11/Xaw3d/Makefile        Fri Aug 15 22:22:43 2003 +0000
+++ b/x11/Xaw3d/Makefile        Fri Aug 15 22:25:30 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2003/07/17 22:56:20 grant Exp $
+# $NetBSD: Makefile,v 1.35 2003/08/15 22:25:30 salo Exp $
 #
 
 DISTNAME=      Xaw3d-1.5
@@ -11,6 +11,7 @@
 
 CONFLICTS=     Xaw-Xpm-[0-9]*
 
+USE_BUILDLINK2=        YES
 USE_IMAKE=     YES
 PLIST_SRC=     ${WRKDIR}/PLIST-src
 



Home | Main Index | Thread Index | Old Index