pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/qt3-libs On DragonFly use the FreeBSD G++ config f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/75616827242b
branches:  trunk
changeset: 493960:75616827242b
user:      reed <reed%pkgsrc.org@localhost>
date:      Tue May 17 15:34:46 2005 +0000

description:
On DragonFly use the FreeBSD G++ config for now.
This is from Jörg Sonnenberger in PR pkg/30255.
(Not tested by me.)

diffstat:

 x11/qt3-libs/Makefile.common |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r c0533741882f -r 75616827242b x11/qt3-libs/Makefile.common
--- a/x11/qt3-libs/Makefile.common      Tue May 17 15:10:26 2005 +0000
+++ b/x11/qt3-libs/Makefile.common      Tue May 17 15:34:46 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.45 2005/05/13 16:54:13 jlam Exp $
+# $NetBSD: Makefile.common,v 1.46 2005/05/17 15:34:46 reed Exp $
 #
 DISTNAME=              qt-x11-free-${QTVERSION}
 CATEGORIES=            x11
@@ -62,6 +62,8 @@
 LDFLAGS+=              -L/usr/local/lib/bind -lbind
 BUILDLINK_PASSTHRU_DIRS+=/usr/local/include/bind /usr/local/lib/bind
 SYS_LIBS=              -lbind -ldb -ldl
+.elif ${OPSYS} == "DragonFly"
+CONFIGURE_ARGS+=       -platform freebsd-g++
 .endif
 
 .if !exists(${X11BASE}/lib/libXinerama.so)



Home | Main Index | Thread Index | Old Index