summaryrefslogtreecommitdiff
path: root/graphics/xmps/files/patch-ad
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-02-04 22:01:32 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-02-04 22:01:32 +0000
commit431f51597c510ea57f3314e1028efbf39e4e2499 (patch)
treef30763d2e843565f3a05d62a84ce893b0f7ee706 /graphics/xmps/files/patch-ad
parentInstall English (American or British) *.dict file too for ports which use it (diff)
- Update to 0.2.0;
- make pkg-descr reflecting reality (no smpeg anymore); - force usual naming conventions for the libraries installed into ${PREFIX}/lib (i.e. .so and .so.xxx, not just .so). Please note that unlike previous, this new version doesn't include ability to play MPEG-1 OOB, so if you use it for than you probably may want to stick with 0.1.3. Also please note that it's still full of stupid bugs and linuxisms (like assumption that OS should zero all unitialized data when loading a program), so beware. Update prompted by: lioux
Diffstat (limited to 'graphics/xmps/files/patch-ad')
-rw-r--r--graphics/xmps/files/patch-ad27
1 files changed, 0 insertions, 27 deletions
diff --git a/graphics/xmps/files/patch-ad b/graphics/xmps/files/patch-ad
deleted file mode 100644
index 1788b62013d0..000000000000
--- a/graphics/xmps/files/patch-ad
+++ /dev/null
@@ -1,27 +0,0 @@
---- Output/X11/Makefile.in.orig Fri Aug 11 18:02:36 2000
-+++ Output/X11/Makefile.in Mon Aug 28 16:34:22 2000
-@@ -121,13 +121,13 @@
- libdir = $(PLUGINS_DIR)/$(RENDERER_PLUGINS_DIR)
-
- libX11_la_LDFLAGS = -module -avoid-version
--libX11_la_LIBADD = @GTK_LIBS@ -ldl -lXi -lXext -lX11 -lm -L@LIBXMPS_DIR@ -lxmps
-+libX11_la_LIBADD = @GTK_LIBS@ -lXi -lXext -lX11 -lm -L@LIBXMPS_DIR@ -lxmps
-
- libX11_la_SOURCES = x11_renderer.c x11_renderer.h stretch.h stretch.c stretchblt.S
-
- #mmx.S
-
--INCLUDES = @GTK_CFLAGS@ -I../../libxmps/ -I../../src
-+INCLUDES = @GTK_CFLAGS@ @SDL_CFLAGS@ -I../../libxmps/ -I../../src
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
- CONFIG_HEADER = ../../config.h
- CONFIG_CLEAN_FILES =
-@@ -353,6 +353,8 @@
- distclean-generic clean-generic maintainer-clean-generic clean \
- mostlyclean distclean maintainer-clean
-
-+stretchblt.o:
-+ nasm -f elf stretchblt.asm
-
- stretchblt.lo:
- nasm -f elf -o stretchblt.o stretchblt.S