pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/librsvg2 Fix the build on Darwin. From darwin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/702e5c196e98
branches:  trunk
changeset: 485316:702e5c196e98
user:      recht <recht%pkgsrc.org@localhost>
date:      Sun Dec 05 23:26:16 2004 +0000

description:
Fix the build on Darwin. From darwinports.

diffstat:

 graphics/librsvg2/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r dc848c98e300 -r 702e5c196e98 graphics/librsvg2/Makefile
--- a/graphics/librsvg2/Makefile        Sun Dec 05 23:23:50 2004 +0000
+++ b/graphics/librsvg2/Makefile        Sun Dec 05 23:26:16 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2004/10/03 00:14:55 tv Exp $
+# $NetBSD: Makefile,v 1.32 2004/12/05 23:26:16 recht Exp $
 #
 
 .include "Makefile.common"
@@ -10,6 +10,9 @@
 
 CONFIGURE_ARGS+=       --disable-pixbuf-loader
 
+CFLAGS.Darwin+=                -flat_namespace -undefined suppress
+LDFLAGS.Darwin+=       -lfreetype -lfontconfig
+
 .include "../../graphics/freetype2/buildlink3.mk"
 .include "../../graphics/libart2/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index