diff options
author | asau <asau> | 2014-06-26 20:26:39 +0000 |
---|---|---|
committer | asau <asau> | 2014-06-26 20:26:39 +0000 |
commit | 7dca90e0e095fa27af1befd3101951bfa7803220 (patch) | |
tree | 4689d06afb0576c89855e7090f5da69c6cda4a3f /audio | |
parent | f99fa31f9a95e2f4b57e3e1ab1aa542082ad1a7e (diff) | |
download | pkgsrc-7dca90e0e095fa27af1befd3101951bfa7803220.tar.gz |
FreeBSD doesn't have libmalloc.
This fixes the build on FreeBSD 10.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/rosegarden/distinfo | 3 | ||||
-rw-r--r-- | audio/rosegarden/patches/patch-configure | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/audio/rosegarden/distinfo b/audio/rosegarden/distinfo index 32f5eb80dc3..ad3d7e22d93 100644 --- a/audio/rosegarden/distinfo +++ b/audio/rosegarden/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.7 2011/08/01 03:49:50 dholland Exp $ +$NetBSD: distinfo,v 1.8 2014/06/26 20:26:39 asau Exp $ SHA1 (rosegarden-2.1pl4.tar.gz) = 5a6e293eb38a7090ba6929fec23104ffef587533 RMD160 (rosegarden-2.1pl4.tar.gz) = 94604241c8e4101520d8b79544a16839d98436e5 @@ -10,4 +10,5 @@ SHA1 (patch-ad) = 22b2a1a060e8b2b3f7dda5d7c7189fc96b99c1a0 SHA1 (patch-ae) = b6fb9815ee6918dbc5b28fd1fec6bca1d42cf028 SHA1 (patch-af) = f3c99ccf142420255ae10f19bed37933ee24c744 SHA1 (patch-ag) = 9f1185353c2663d7b250cfff45b2fdef8639e124 +SHA1 (patch-configure) = a593f4ece3dc1db8ff70583582744be8381b8525 SHA1 (patch-editor_src_midiout_c) = 7f4eca850df83af49b3f5c69ea1283e3dfa05ee8 diff --git a/audio/rosegarden/patches/patch-configure b/audio/rosegarden/patches/patch-configure new file mode 100644 index 00000000000..d9fa79e1470 --- /dev/null +++ b/audio/rosegarden/patches/patch-configure @@ -0,0 +1,13 @@ +$NetBSD: patch-configure,v 1.1 2014/06/26 20:26:39 asau Exp $ + +--- configure.orig 2014-06-26 17:34:11.000000000 +0000 ++++ configure +@@ -2677,7 +2677,7 @@ else + echo "$ac_t""no" 1>&6 + fi + +- extra_libs="-lmalloc" ++# extra_libs="-lmalloc" + # LDFLAGS="-L/usr/lib -L/usr/X11R6/lib" + + PETAL_LD=ld |