diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1999-05-31 09:51:45 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1999-05-31 09:51:45 +0000 |
commit | 9120bf3343220e82c25605a697a203ea92276b05 (patch) | |
tree | b44c4233c6997fdd7eda696b513b1a0bc9931ef7 /multimedia/xanim/files | |
parent | Make this build on alpha. (diff) |
Use FreeBSD-ELF shared objects for the new supported codecs.
Support for aout is gone, you'll have to use an older package.
Diffstat (limited to 'multimedia/xanim/files')
-rw-r--r-- | multimedia/xanim/files/patch-ab | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/multimedia/xanim/files/patch-ab b/multimedia/xanim/files/patch-ab index 4f9e8ee43b93..6b75d3202398 100644 --- a/multimedia/xanim/files/patch-ab +++ b/multimedia/xanim/files/patch-ab @@ -1,6 +1,6 @@ ---- Imakefile.orig Sun Mar 21 14:36:26 1999 -+++ Imakefile Mon Mar 29 12:01:48 1999 -@@ -116,7 +116,7 @@ +--- Imakefile.orig Sun Mar 21 23:36:26 1999 ++++ Imakefile Fri May 28 15:57:16 1999 +@@ -116,12 +116,12 @@ XCOMM XA_DLL_DEF = -DXA_DLL XCOMM XCOMM ### You may need this library. @@ -9,6 +9,12 @@ XCOMM XCOMM If you'd like to change the default directory that XAnim searches while XCOMM looking for dlls, then change the directory below. + XCOMM +-XA_DLL_PATH = /usr/local/xanim/mods ++XA_DLL_PATH = $(LIBDIR)/xanim/mods + + + @@ -190,7 +190,7 @@ XCOMM XA_CVID_DEF = -DXA_CVID XCOMM XA_CYUV_DEF = -DXA_CYUV |