pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/py-sip Make it build on DragonFly.
details: https://anonhg.NetBSD.org/pkgsrc/rev/715d5892b9d8
branches: trunk
changeset: 550763:715d5892b9d8
user: hasso <hasso%pkgsrc.org@localhost>
date: Fri Nov 28 09:47:59 2008 +0000
description:
Make it build on DragonFly.
diffstat:
x11/py-sip/Makefile | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diffs (32 lines):
diff -r 871536037198 -r 715d5892b9d8 x11/py-sip/Makefile
--- a/x11/py-sip/Makefile Fri Nov 28 03:32:16 2008 +0000
+++ b/x11/py-sip/Makefile Fri Nov 28 09:47:59 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/10/08 14:10:45 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2008/11/28 09:47:59 hasso Exp $
#
DISTNAME= sip-4.7.7
@@ -20,17 +20,21 @@
USE_TOOLS+= gmake
USE_LANGUAGES= c c++
+.include "../../mk/bsd.prefs.mk"
+
CONFIGURE_ARGS+= -b ${PREFIX}/bin
CONFIGURE_ARGS+= -d ${PREFIX}/${PYSITELIB}
CONFIGURE_ARGS+= -e ${PREFIX}/${PYINC}
CONFIGURE_ARGS+= -v ${PREFIX}/share/sip${PYVERSSUFFIX}
+.if ${OPSYS} == "DragonFly"
+CONFIGURE_ARGS+= -p freebsd-g++
+.endif
CONFIGURE_ARGS+= INCDIR=${PREFIX}/include
CONFIGURE_ARGS+= LIBDIR=${PREFIX}/lib
PY_PATCHPLIST= yes
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q}
-.include "../../mk/bsd.prefs.mk"
.include "../../mk/compiler.mk"
.if ${OPSYS} == "Darwin"
Home |
Main Index |
Thread Index |
Old Index