summaryrefslogtreecommitdiff
path: root/emulators/xmame/patches/patch-ab
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-12-04 05:52:22 +0000
committerjlam <jlam@pkgsrc.org>2001-12-04 05:52:22 +0000
commit13068ed6d1f1c7c9e50b47c9764285fb83ec938e (patch)
tree3dec703fcbaa6b831adef5da501a428b61d088d2 /emulators/xmame/patches/patch-ab
parentdef2e663aa077a999229af338af4d93f4dd2bfa7 (diff)
downloadpkgsrc-13068ed6d1f1c7c9e50b47c9764285fb83ec938e.tar.gz
* Strongly buildlink'ify.
* Reduce the number of patches needed by passing flags down to the make(1) process instead of patching the Makefiles and sources in unnecessary ways. * Remove unnecessary endian.sh script as the computation is down directly in the package Makefile. * Preliminary support for platforms other than NetBSD. * Generalize the package Makefile enough to make it usable if/when xmess compiles again on UNIX platforms * Use the general INSTALL scripts to manage the spool directory during installation/deinstallation. Approved by kristerw@netbsd.org.
Diffstat (limited to 'emulators/xmame/patches/patch-ab')
-rw-r--r--emulators/xmame/patches/patch-ab11
1 files changed, 0 insertions, 11 deletions
diff --git a/emulators/xmame/patches/patch-ab b/emulators/xmame/patches/patch-ab
deleted file mode 100644
index 76a89b0ecd3..00000000000
--- a/emulators/xmame/patches/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
-$NetBSD: patch-ab,v 1.11 2001/11/01 14:45:39 tron Exp $
-
---- src/unix/Makefile.orig Mon Sep 17 01:52:00 2001
-+++ src/unix/Makefile Thu Nov 1 15:04:47 2001
-@@ -153,3 +153,6 @@
- video-drivers/glxtool.h
- $(VID_DIR)/gltool.h: video-drivers/gl-disp-var.h video-drivers/glu-disp-var.h
-
-+$(JOY_DIR)/joy_usb.o: joystick-drivers/joy_usb.c xmame.h
-+ $(CC_COMMENT) @echo 'Compiling src/unix/$< ...'
-+ $(CC_COMPILE) $(CC) -I/usr/include $(MY_CFLAGS) -o $@ -c $<