diff options
Diffstat (limited to 'devel/SDL/patches/patch-al')
-rw-r--r-- | devel/SDL/patches/patch-al | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/SDL/patches/patch-al b/devel/SDL/patches/patch-al deleted file mode 100644 index ea5e3820511..00000000000 --- a/devel/SDL/patches/patch-al +++ /dev/null @@ -1,20 +0,0 @@ -$NetBSD: patch-al,v 1.2 2000/10/15 07:39:45 wulf Exp $ - ---- src/joystick/Makefile.am.orig Wed Aug 23 13:05:26 2000 -+++ src/joystick/Makefile.am Sun Oct 15 03:35:25 2000 -@@ -12,15 +12,7 @@ - SDL_sysjoystick.h - - # Include the architecture-specific sources --if TARGET_BEOS --ARCH_SRCS = SDL_bejoystick.cc --else --if TARGET_WIN32 --ARCH_SRCS = SDL_mmjoystick.c --else - ARCH_SRCS = SDL_sysjoystick.c --endif --endif - - libjoystick_la_SOURCES = $(COMMON_SRCS) $(ARCH_SRCS) - |