diff options
author | tg <tg@FreeBSD.org> | 1999-05-31 17:51:45 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1999-05-31 17:51:45 +0800 |
commit | c16198445f6a94ea9562935eed8059a18f561ba9 (patch) | |
tree | 8b1b7aa94f5fcc5729c196ee67de1d2fc8c6159e /multimedia/xanim/files | |
parent | 890f60f3df4a16c22b52f2995f46d1dae0978e9e (diff) | |
download | freebsd-ports-gnome-c16198445f6a94ea9562935eed8059a18f561ba9.tar.gz freebsd-ports-gnome-c16198445f6a94ea9562935eed8059a18f561ba9.tar.zst freebsd-ports-gnome-c16198445f6a94ea9562935eed8059a18f561ba9.zip |
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 |