pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/scribus print/scribus: Fix indirect linking erro...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4a3414c71f19
branches:  trunk
changeset: 598725:4a3414c71f19
user:      marino <marino%pkgsrc.org@localhost>
date:      Sun Jan 29 10:06:39 2012 +0000

description:
print/scribus: Fix indirect linking error on DragonFly

diffstat:

 print/scribus/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 0537c15773cf -r 4a3414c71f19 print/scribus/Makefile
--- a/print/scribus/Makefile    Sun Jan 29 09:00:07 2012 +0000
+++ b/print/scribus/Makefile    Sun Jan 29 10:06:39 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.74 2011/11/01 06:02:27 sbd Exp $
+# $NetBSD: Makefile,v 1.75 2012/01/29 10:06:39 marino Exp $
 
 DISTNAME=              scribus-1.3.3.14
 PKGREVISION=           4
@@ -20,6 +20,9 @@
 PTHREAD_OPTS+=         require
 SHLIBTOOL_OVERRIDE=    # empty
 USE_CMAKE=     yes
+
+LDFLAGS.DragonFly=     -lX11
+
 CONFIGURE_ARGS+=       --enable-cairo
 CONFIGURE_ARGS+=       --with-extra-includes=${PREFIX}/include
 CONFIGURE_ARGS+=       --with-extra-libs=${PREFIX}/lib



Home | Main Index | Thread Index | Old Index