diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-15 10:48:01 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-15 10:48:01 +0000 |
commit | a0a204939cb7695e9c3fdd2a206fe8e023c60356 (patch) | |
tree | 96f1a00f35ab9d33e86cf0a42c0b02a9fee4304e /graphics/xmps/files/patch-ae | |
parent | Add MASTER_SITE_SOURCEFORGE. (diff) |
Initial import of xmps - a nice Gnome MPEG videoplayer.
Notes
Notes:
svn path=/head/; revision=29608
Diffstat (limited to 'graphics/xmps/files/patch-ae')
-rw-r--r-- | graphics/xmps/files/patch-ae | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/xmps/files/patch-ae b/graphics/xmps/files/patch-ae new file mode 100644 index 000000000000..04a473858aaa --- /dev/null +++ b/graphics/xmps/files/patch-ae @@ -0,0 +1,11 @@ +--- Output/Makefile.in.orig Thu Jun 15 11:44:17 2000 ++++ Output/Makefile.in Thu Jun 15 11:44:28 2000 +@@ -111,7 +111,7 @@ + have_nasm = @have_nasm@ + l = @l@ + +-SUBDIRS = SDL X11 OpenGL ++SUBDIRS = SDL X11 + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../config.h + CONFIG_CLEAN_FILES = |