summaryrefslogtreecommitdiff
path: root/multimedia/realplayer-codecs/MESSAGE.powerpc
diff options
context:
space:
mode:
authorjmmv <jmmv>2004-01-26 12:04:15 +0000
committerjmmv <jmmv>2004-01-26 12:04:15 +0000
commitc713f97829b4c75f48f38686370e8f6ccd3a49d0 (patch)
treead06a8d714375f090f81fd85c966462c8a650fe5 /multimedia/realplayer-codecs/MESSAGE.powerpc
parentfbdba3adf0f282697a7d2e5cff3eadf1b9f79fd9 (diff)
downloadpkgsrc-c713f97829b4c75f48f38686370e8f6ccd3a49d0.tar.gz
Move realplayer-codecs to the multimedia category (coming from graphics).
This is version 8nb2.
Diffstat (limited to 'multimedia/realplayer-codecs/MESSAGE.powerpc')
-rw-r--r--multimedia/realplayer-codecs/MESSAGE.powerpc16
1 files changed, 16 insertions, 0 deletions
diff --git a/multimedia/realplayer-codecs/MESSAGE.powerpc b/multimedia/realplayer-codecs/MESSAGE.powerpc
new file mode 100644
index 00000000000..2c0759828af
--- /dev/null
+++ b/multimedia/realplayer-codecs/MESSAGE.powerpc
@@ -0,0 +1,16 @@
+===========================================================================
+$NetBSD: MESSAGE.powerpc,v 1.1.1.1 2004/01/26 12:04:15 jmmv Exp $
+
+This package requires a special hack to run on PowerPC systems, and to
+enable one codec on all systems.
+
+For PowerPC, these shared libraries are linked agained glibc6, the need a
+"libc.so.6" file. Fortunately, only a few simple functions (malloc, free,
+memset, memcpy) are needed and these work from the NetBSD libc and could
+work on other systems as well. As root, you need to run this command to
+complete this installation (this *is* ugly, but for now it is our best
+solution):
+
+ # cd /usr/lib
+ # ln -s libc.so libc.so.6
+===========================================================================