pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia/xvidcore Fix shared library naming under Ma...
details: https://anonhg.NetBSD.org/pkgsrc/rev/677fefbd9a62
branches: trunk
changeset: 519371:677fefbd9a62
user: tron <tron%pkgsrc.org@localhost>
date: Mon Oct 02 14:21:13 2006 +0000
description:
Fix shared library naming under Mac OS X (Darwin). The "avidemux" package
builds again now. Bump package revision because of this fix.
diffstat:
multimedia/xvidcore/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 8ad5af29fbc0 -r 677fefbd9a62 multimedia/xvidcore/Makefile
--- a/multimedia/xvidcore/Makefile Mon Oct 02 13:48:09 2006 +0000
+++ b/multimedia/xvidcore/Makefile Mon Oct 02 14:21:13 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2006/08/04 15:09:51 tron Exp $
+# $NetBSD: Makefile,v 1.21 2006/10/02 14:21:13 tron Exp $
DISTNAME= xvidcore-1.1.0
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= multimedia
MASTER_SITES= http://downloads.xvid.org/downloads/
EXTRACT_SUFX= .tar.bz2
@@ -28,6 +28,7 @@
.if ${OPSYS} == "Darwin"
post-install:
${RM} -f ${PREFIX}/lib/libxvidcore.so.4
+ ${MV} -f ${PREFIX}/lib/libxvidcore.so ${PREFIX}/lib/libxvidcore.dylib
.endif
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index