diff options
author | hans <hans@pkgsrc.org> | 2011-04-21 14:25:09 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2011-04-21 14:25:09 +0000 |
commit | a42b1af5d36753c88d8af5ffae02047f8d73abdc (patch) | |
tree | b2a59c332408db485576402304236ad28e87ede0 /audio | |
parent | 8455ca31604390564c92e8a82075e778976f53c6 (diff) | |
download | pkgsrc-a42b1af5d36753c88d8af5ffae02047f8d73abdc.tar.gz |
Fix library names on SunOS.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/audacious/distinfo | 3 | ||||
-rw-r--r-- | audio/audacious/patches/patch-aa | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/audio/audacious/distinfo b/audio/audacious/distinfo index 1cc323cb408..98fc5e7fede 100644 --- a/audio/audacious/distinfo +++ b/audio/audacious/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.2 2008/11/10 12:05:24 wiz Exp $ +$NetBSD: distinfo,v 1.3 2011/04/21 14:30:35 hans Exp $ SHA1 (audacious-1.5.1.tbz2) = 571ed77333c4d85dab901770f6640501930a748c RMD160 (audacious-1.5.1.tbz2) = 1748b7075cef3fd0d41fb74c44109e294433d03b Size (audacious-1.5.1.tbz2) = 1374028 bytes +SHA1 (patch-aa) = cc5ee70bf9237364f2b5e8b5e859fe82cb84de9c diff --git a/audio/audacious/patches/patch-aa b/audio/audacious/patches/patch-aa new file mode 100644 index 00000000000..38addea8052 --- /dev/null +++ b/audio/audacious/patches/patch-aa @@ -0,0 +1,15 @@ +$NetBSD: patch-aa,v 1.1 2011/04/21 14:30:35 hans Exp $ + +--- configure.orig 2008-05-24 00:00:38.000000000 +0200 ++++ configure 2011-04-21 17:09:12.454026785 +0200 +@@ -2298,8 +2298,8 @@ echo "${ECHO_T}Solaris" >&6; } + PLUGIN_CFLAGS='-fPIC' + PLUGIN_LDFLAGS='-shared -fPIC' + PLUGIN_SUFFIX='.so' +- INSTALL_LIB='${INSTALL} -m 755 $$i ${DESTDIR}${libdir}/$$i.${LIB_MAJOR}.${LIB_MINOR} && rm -f ${DESTDIR}${libdir}/$$i && ${LN_S} $$i.${LIB_MAJOR}.${LIB_MINOR} ${DESTDIR}${libdir}/$$i' +- UNINSTALL_LIB='rm -f ${DESTDIR}${libdir}/$$i ${DESTDIR}${libdir}/$$i.${LIB_MAJOR}.${LIB_MINOR}' ++ INSTALL_LIB='${INSTALL} -m 755 $$i ${DESTDIR}${libdir}/$$i.${LIB_MAJOR}.${LIB_MINOR}.0 && ${LN_S} -f $$i.${LIB_MAJOR}.${LIB_MINOR}.0 ${DESTDIR}${libdir}/$$i.${LIB_MAJOR} && ${LN_S} -f $$i.${LIB_MAJOR}.${LIB_MINOR}.0 ${DESTDIR}${libdir}/$$i' ++ UNINSTALL_LIB='rm -f ${DESTDIR}${libdir}/$$i ${DESTDIR}${libdir}/$$i.${LIB_MAJOR} ${DESTDIR}${libdir}/$$i.${LIB_MAJOR}.${LIB_MINOR}.0' + CLEAN_LIB='' + ;; + *-*-cygwin | *-*-mingw32) |