Tue Dec 13 20:07:05 2011 UTC ()
graphics/frameworks: explicitly list all linked libraries

Required for default linking behavior of binutils 2.22 ld


(marino)
diff -r1.11 -r1.12 pkgsrc/graphics/frameworks/Makefile

cvs diff -r1.11 -r1.12 pkgsrc/graphics/frameworks/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/frameworks/Makefile 2011/11/01 06:01:32 1.11
+++ pkgsrc/graphics/frameworks/Makefile 2011/12/13 20:07:05 1.12
@@ -1,31 +1,32 @@ @@ -1,31 +1,32 @@
1# $NetBSD: Makefile,v 1.11 2011/11/01 06:01:32 sbd Exp $ 1# $NetBSD: Makefile,v 1.12 2011/12/13 20:07:05 marino Exp $
2# 2#
3 3
4DISTNAME= frameworks-0.3.7 4DISTNAME= frameworks-0.3.7
5PKGREVISION= 7 5PKGREVISION= 7
6CATEGORIES= graphics 6CATEGORIES= graphics
7MASTER_SITES= http://frameworks.polycrystal.org/release/ 7MASTER_SITES= http://frameworks.polycrystal.org/release/
8SITES.frameworks.png= http://frameworks.polycrystal.org/images/ 8SITES.frameworks.png= http://frameworks.polycrystal.org/images/
9DISTFILES= ${DISTNAME}${EXTRACT_SUFX} frameworks.png 9DISTFILES= ${DISTNAME}${EXTRACT_SUFX} frameworks.png
10 10
11MAINTAINER= pkgsrc-users@NetBSD.org 11MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://frameworks.polycrystal.org/release/ 12HOMEPAGE= http://frameworks.polycrystal.org/release/
13COMMENT= Stop-motion animation frame capture software 13COMMENT= Stop-motion animation frame capture software
14 14
15PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
16 16
17GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes
18USE_TOOLS+= pkg-config gmake autoconf 18USE_TOOLS+= pkg-config gmake autoconf
 19LDFLAGS+= -lm # Explicit for binutils 2.22 linker
19 20
20SUBST_CLASSES= xdg 21SUBST_CLASSES= xdg
21SUBST_STAGE.xdg= pre-configure 22SUBST_STAGE.xdg= pre-configure
22SUBST_MESSAGE.xdg= Fixing paths in xdg menu entries. 23SUBST_MESSAGE.xdg= Fixing paths in xdg menu entries.
23SUBST_FILES.xdg= frameworks.desktop 24SUBST_FILES.xdg= frameworks.desktop
24SUBST_SED.xdg= -e 's,@PREFIX@,${PREFIX},g' 25SUBST_SED.xdg= -e 's,@PREFIX@,${PREFIX},g'
25 26
26INSTALLATION_DIRS= share/applications share/icons/hicolor/48x48/apps 27INSTALLATION_DIRS= share/applications share/icons/hicolor/48x48/apps
27 28
28post-extract: 29post-extract:
29 cp ${FILESDIR}/frameworks.desktop.in ${WRKSRC}/frameworks.desktop 30 cp ${FILESDIR}/frameworks.desktop.in ${WRKSRC}/frameworks.desktop
30 31
31pre-configure: 32pre-configure: