diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-08 06:35:06 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-08 06:35:06 +0000 |
commit | 7b9e3169dd216ab8fba0a3ae9b94a465f6823d84 (patch) | |
tree | 3e8a30b182f0da53a923630f6bb4802632d9747b /media-video/xanim-export/files/2.80.1-makefile.patch | |
parent | repoman (diff) | |
download | gentoo-2-7b9e3169dd216ab8fba0a3ae9b94a465f6823d84.tar.gz gentoo-2-7b9e3169dd216ab8fba0a3ae9b94a465f6823d84.tar.bz2 gentoo-2-7b9e3169dd216ab8fba0a3ae9b94a465f6823d84.zip |
repoman ... this was a good example of many things to not do ;)
Diffstat (limited to 'media-video/xanim-export/files/2.80.1-makefile.patch')
-rw-r--r-- | media-video/xanim-export/files/2.80.1-makefile.patch | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/media-video/xanim-export/files/2.80.1-makefile.patch b/media-video/xanim-export/files/2.80.1-makefile.patch new file mode 100644 index 000000000000..8c1a94c88d46 --- /dev/null +++ b/media-video/xanim-export/files/2.80.1-makefile.patch @@ -0,0 +1,33 @@ +--- /var/tmp/portage/xanim-export-2.80.1-r3/work/xanim_exporting_edition/Makefile 1999-10-28 00:18:23.000000000 -0400 ++++ files/Makefile 2001-06-03 05:54:22.000000000 -0400 +@@ -133,7 +135,7 @@ + # + XA_DLL_DEF = -DXA_DLL -DXA_PRINT + #### Use this only if the above doesn't work. +-XA_DLL_DEF = -DXA_DLL ++#XA_DLL_DEF = -DXA_DLL + # + #### You may need this library. + XA_DLL_LIB = -ldl +@@ -141,7 +143,7 @@ + # If you'd like to change the default directory that XAnim searches while + # looking for dlls, then change the directory below. + # +-XA_DLL_PATH = /usr/local/xanim/mods ++XA_DLL_PATH = /usr/X11R6/lib/xanim/mods-export + + + ########################################################################## +@@ -208,9 +210,9 @@ + # XA_CVID_DEF = -DXA_CVID + # XA_CYUV_DEF = -DXA_CYUV + # +-#XA_IV32_LIB = mods/xa2.0_iv32_linuxELF.o +-#XA_CVID_LIB = mods/xa2.0_cvid_linuxELF.o +-#XA_CYUV_LIB = mods/xa1.0_cyuv_linuxELF.o ++XA_IV32_LIB = mods/xa2.1_iv32_linuxELFg21.o ++XA_CVID_LIB = mods/xa2.0_cvid_linuxELFg21.o ++XA_CYUV_LIB = mods/xa1.0_cyuv_linuxELFg21.o + # + ########################### + # NOTE: SGI Machines Only: |