diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2001-06-08 13:11:07 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2001-06-08 13:11:07 +0000 |
commit | d1a6ae4207e528165b9a71b1bcb7f05de3361936 (patch) | |
tree | ee4a6118bc99baa4ee33d9451587a3aab7e7ef3b /graphics/avifile/files | |
parent | Update to 0.22.2. (diff) |
Fix build when WINE is installed.
Abort the build when GNU pth is installed.
Remove the WITH_MGA knob.
PR: 27961
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=43642
Diffstat (limited to 'graphics/avifile/files')
-rw-r--r-- | graphics/avifile/files/patch-Makefile-libwin32Makefile | 10 | ||||
-rw-r--r-- | graphics/avifile/files/patch-aa | 2 | ||||
-rw-r--r-- | graphics/avifile/files/patch-videocodecMakefile | 10 |
3 files changed, 20 insertions, 2 deletions
diff --git a/graphics/avifile/files/patch-Makefile-libwin32Makefile b/graphics/avifile/files/patch-Makefile-libwin32Makefile new file mode 100644 index 000000000000..b4a50e254f77 --- /dev/null +++ b/graphics/avifile/files/patch-Makefile-libwin32Makefile @@ -0,0 +1,10 @@ +--- plugins/libwin32/Makefile.am.orig Wed Jun 6 00:03:19 2001 ++++ plugins/libwin32/Makefile.am Wed Jun 6 00:03:37 2001 +@@ -12,6 +12,6 @@ + + libwin32_la_LDFLAGS = -module -version-info 0:0:0 + +-CPPFLAGS = @CPPFLAGS@ -Iloader -Iloader/wine -Ivideocodec -Iaudiodec -IDirectShow ++CPPFLAGS = -Iloader -Iloader/wine -Ivideocodec -Iaudiodec -IDirectShow @CPPFLAGS@ + + LIBS = @AVILIBDEPLIB@ diff --git a/graphics/avifile/files/patch-aa b/graphics/avifile/files/patch-aa index bf397cb1b906..8ec08f839b93 100644 --- a/graphics/avifile/files/patch-aa +++ b/graphics/avifile/files/patch-aa @@ -7,5 +7,3 @@ -#include <SDL/SDL_keysym.h> +#include <SDL11/SDL_keysym.h> #endif - - diff --git a/graphics/avifile/files/patch-videocodecMakefile b/graphics/avifile/files/patch-videocodecMakefile new file mode 100644 index 000000000000..6d5d8b0e5d06 --- /dev/null +++ b/graphics/avifile/files/patch-videocodecMakefile @@ -0,0 +1,10 @@ +--- plugins/libwin32/videocodec/Makefile.am.orig Mon Jun 4 20:47:34 2001 ++++ plugins/libwin32/videocodec/Makefile.am Mon Jun 4 20:47:52 2001 +@@ -5,6 +5,6 @@ + libvideocodec_la_SOURCES=DS_VideoDecoder.cpp VideoEncoder.cpp \ + VideoDecoder.cpp Module.cpp VideoCodec.cpp + +-CPPFLAGS = @CPPFLAGS@ -I../loader -I../DirectShow ++CPPFLAGS = -I../loader -I../DirectShow @CPPFLAGS@ + + LIBS= |