diff options
author | lioux <lioux@FreeBSD.org> | 2003-01-11 04:31:39 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-01-11 04:31:39 +0800 |
commit | b4e6b429512c39885993122b57a8ed7bb1058a1b (patch) | |
tree | 58b9f5be7022172199203dcf3202fe22b3af1e58 /multimedia/mpeg4ip/files | |
parent | 02581668bb9ee9068e6030acb89b5fab56acdfe7 (diff) | |
download | freebsd-ports-gnome-b4e6b429512c39885993122b57a8ed7bb1058a1b.tar.gz freebsd-ports-gnome-b4e6b429512c39885993122b57a8ed7bb1058a1b.tar.zst freebsd-ports-gnome-b4e6b429512c39885993122b57a8ed7bb1058a1b.zip |
Update to 0.9.7. This version now depends on glib/gtk 2.x
Reviewed by: David Yeske <dyeske@yahoo.com>
Diffstat (limited to 'multimedia/mpeg4ip/files')
-rw-r--r-- | multimedia/mpeg4ip/files/patch-lib::Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/mpeg4ip/files/patch-lib::Makefile.in b/multimedia/mpeg4ip/files/patch-lib::Makefile.in new file mode 100644 index 000000000000..9b8473efa0f9 --- /dev/null +++ b/multimedia/mpeg4ip/files/patch-lib::Makefile.in @@ -0,0 +1,11 @@ +--- lib/Makefile.in.orig Wed Jan 1 21:46:28 2003 ++++ lib/Makefile.in Wed Jan 1 21:47:39 2003 +@@ -106,7 +106,7 @@ + am__quote = @am__quote@ + install_sh = @install_sh@ + +-SUBDIRS = avi bitstream config_file fposrec gnu mp4 mp4v2 mp4av msg_queue rtp sdp SDL xvid mpeg2t SDL_VisualC ++SUBDIRS = avi bitstream config_file fposrec gnu mp4 mp4v2 mp4av msg_queue rtp sdp xvid mpeg2t + subdir = lib + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = $(top_builddir)/config.h |