Sun Jan 29 10:06:39 2012 UTC ()
print/scribus: Fix indirect linking error on DragonFly


(marino)
diff -r1.74 -r1.75 pkgsrc/print/scribus/Makefile

cvs diff -r1.74 -r1.75 pkgsrc/print/scribus/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/print/scribus/Attic/Makefile 2011/11/01 06:02:27 1.74
+++ pkgsrc/print/scribus/Attic/Makefile 2012/01/29 10:06:39 1.75
@@ -1,35 +1,38 @@ @@ -1,35 +1,38 @@
1# $NetBSD: Makefile,v 1.74 2011/11/01 06:02:27 sbd Exp $ 1# $NetBSD: Makefile,v 1.75 2012/01/29 10:06:39 marino Exp $
2 2
3DISTNAME= scribus-1.3.3.14 3DISTNAME= scribus-1.3.3.14
4PKGREVISION= 4 4PKGREVISION= 4
5CATEGORIES= print 5CATEGORIES= print
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scribus/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scribus/}
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.scribus.net/ 10HOMEPAGE= http://www.scribus.net/
11COMMENT= Publishing layout with graphical interface 11COMMENT= Publishing layout with graphical interface
12# plus exceptions for qt3 and Windows GDI+ linkage 12# plus exceptions for qt3 and Windows GDI+ linkage
13LICENSE= gnu-gpl-v2 13LICENSE= gnu-gpl-v2
14 14
15PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
16 16
17USE_LANGUAGES= c c++ 17USE_LANGUAGES= c c++
18USE_LIBTOOL= YES 18USE_LIBTOOL= YES
19USE_TOOLS+= gmake perl pkg-config 19USE_TOOLS+= gmake perl pkg-config
20PTHREAD_OPTS+= require 20PTHREAD_OPTS+= require
21SHLIBTOOL_OVERRIDE= # empty 21SHLIBTOOL_OVERRIDE= # empty
22USE_CMAKE= yes 22USE_CMAKE= yes
 23
 24LDFLAGS.DragonFly= -lX11
 25
23CONFIGURE_ARGS+= --enable-cairo 26CONFIGURE_ARGS+= --enable-cairo
24CONFIGURE_ARGS+= --with-extra-includes=${PREFIX}/include 27CONFIGURE_ARGS+= --with-extra-includes=${PREFIX}/include
25CONFIGURE_ARGS+= --with-extra-libs=${PREFIX}/lib 28CONFIGURE_ARGS+= --with-extra-libs=${PREFIX}/lib
26CONFIGURE_ARGS+= --with-qt-dir=${QTDIR} 29CONFIGURE_ARGS+= --with-qt-dir=${QTDIR}
27CONFIGURE_ARGS+= --with-pythondir=${PREFIX} 30CONFIGURE_ARGS+= --with-pythondir=${PREFIX}
28# XXX make an option 31# XXX make an option
29CONFIGURE_ARGS+= --disable-cups 32CONFIGURE_ARGS+= --disable-cups
30 33
31INSTALLATION_DIRS+= share/pixmaps 34INSTALLATION_DIRS+= share/pixmaps
32 35
33post-install: 36post-install:
34 ${INSTALL_DATA} ${WRKSRC}/scribus/icons/scribus.png \ 37 ${INSTALL_DATA} ${WRKSRC}/scribus/icons/scribus.png \
35 ${DESTDIR}${PREFIX}/share/pixmaps 38 ${DESTDIR}${PREFIX}/share/pixmaps