1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/graphics/xanim/files/patch-ab
Andrey A. Chernov 51299aae68 Upgrade to 2.70.6.3
Add creative encoding
1996-09-26 21:27:50 +00:00

66 lines
2.3 KiB
Plaintext

*** Imakefile.orig Sat Aug 3 01:32:32 1996
--- Imakefile Fri Sep 27 00:53:38 1996
***************
*** 68,80 ****
XCOMM AND have downloaded the proper decompression modules AND have verified
XCOMM that they are the correct size in bytes as listed in the readmes.
XCOMM
! XCOMM XA_IV32_DEF = -DXA_INDEO
! XCOMM XA_CVID_DEF = -DXA_CINEPAK
! XCOMM XA_CYUV_DEF = -DXA_CYUV
! XCOMM
! XA_IV32_LIB =
! XA_CVID_LIB =
! XA_CYUV_LIB =
XCOMM
XCOMM -- NOTE: SGI Machines only: if you see an error like
XCOMM -- "merge_ext returns nil during relocation" or similiar
--- 68,80 ----
XCOMM AND have downloaded the proper decompression modules AND have verified
XCOMM that they are the correct size in bytes as listed in the readmes.
XCOMM
! XA_IV32_DEF = -DXA_INDEO
! XA_CVID_DEF = -DXA_CINEPAK
! XA_CYUV_DEF = -DXA_CYUV
! XCOMM
! XA_IV32_LIB = xa2.0_cvid_netbsd386.o
! XA_CVID_LIB = xa2.0_iv32_netbsd386.o
! XA_CYUV_LIB = xa1.0_cyuv_netbsd386.o
XCOMM
XCOMM -- NOTE: SGI Machines only: if you see an error like
XCOMM -- "merge_ext returns nil during relocation" or similiar
***************
*** 183,189 ****
XCOMM XA_AUDIO_DEFS =
XCOMM
XCOMM -- Sun Sparcs -----------------------------------------------------------
! XA_AUDIO_DEFS = -DXA_SPARC_AUDIO
XCOMM
XCOMM NOTE: Imakefile should add the -DSVR4 to Sun Solaris machines, if not
XCOMM use the following:
--- 183,189 ----
XCOMM XA_AUDIO_DEFS =
XCOMM
XCOMM -- Sun Sparcs -----------------------------------------------------------
! XCOMM XA_AUDIO_DEFS = -DXA_SPARC_AUDIO
XCOMM
XCOMM NOTE: Imakefile should add the -DSVR4 to Sun Solaris machines, if not
XCOMM use the following:
***************
*** 224,230 ****
XCOMM XA_MACH_LIBS = -lc
XCOMM
XCOMM -- Also FreeBSD, and BSDI with SBlast-BSD-1.5 (development stages)-------
! XCOMM XA_AUDIO_DEFS = -DXA_LINUX_AUDIO -DXA_LINUX_NEWER_SND
XCOMM XA_AUDIO_LIBS = -lc
XCOMM
XCOMM -- SGI Indigo -----------------------------------------------------------
--- 224,230 ----
XCOMM XA_MACH_LIBS = -lc
XCOMM
XCOMM -- Also FreeBSD, and BSDI with SBlast-BSD-1.5 (development stages)-------
! XA_AUDIO_DEFS = -DXA_LINUX_AUDIO -DXA_LINUX_NEWER_SND
XCOMM XA_AUDIO_LIBS = -lc
XCOMM
XCOMM -- SGI Indigo -----------------------------------------------------------