summaryrefslogtreecommitdiff
path: root/x11/qt3-libs
diff options
context:
space:
mode:
authorreed <reed>2005-05-17 15:34:46 +0000
committerreed <reed>2005-05-17 15:34:46 +0000
commit9dd8793db238266070cdbed5cb10494e7e0dbe60 (patch)
treeb828e86290b99f269a45ecab76cd4c2c9499f69a /x11/qt3-libs
parent23e118f9f734abad660088d3c36afb0e06341f32 (diff)
downloadpkgsrc-9dd8793db238266070cdbed5cb10494e7e0dbe60.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)