summaryrefslogtreecommitdiff
path: root/x11/qt3-libs
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2005-05-17 15:34:46 +0000
committerreed <reed@pkgsrc.org>2005-05-17 15:34:46 +0000
commit0932ec2ef62be81ec4b1f28233923179d7dc40c0 (patch)
treeb828e86290b99f269a45ecab76cd4c2c9499f69a /x11/qt3-libs
parentbb9658574de677658e80c1fcbb3c1fb0b978869c (diff)
downloadpkgsrc-0932ec2ef62be81ec4b1f28233923179d7dc40c0.tar.gz
On DragonFly use the FreeBSD G++ config for now.
This is from Jörg Sonnenberger in PR pkg/30255. (Not tested by me.)
Diffstat (limited to 'x11/qt3-libs')
-rw-r--r--x11/qt3-libs/Makefile.common4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/qt3-libs/Makefile.common b/x11/qt3-libs/Makefile.common
index d80257754c5..e3cf1f37cf4 100644
--- a/x11/qt3-libs/Makefile.common
+++ b/x11/qt3-libs/Makefile.common
@@ -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 @@ CFLAGS+= -I/usr/local/include/bind
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)