diff options
author | skrll <skrll@pkgsrc.org> | 2000-10-13 20:43:33 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2000-10-13 20:43:33 +0000 |
commit | ae5849c8bb10f9f7d76c2bcd7d6e781c5d3b3c07 (patch) | |
tree | 8ca4ba0b0eda03b7ebbac7e2ec5d409ed13420c2 /devel/SDL/patches | |
parent | 2f924b3ab96bd0a11680cd501ea2ddd4ed2a4e22 (diff) | |
download | pkgsrc-ae5849c8bb10f9f7d76c2bcd7d6e781c5d3b3c07.tar.gz |
Hack build so that automake doesn't use CXX for link stage in libjoystick.
Diffstat (limited to 'devel/SDL/patches')
-rw-r--r-- | devel/SDL/patches/patch-al | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/SDL/patches/patch-al b/devel/SDL/patches/patch-al new file mode 100644 index 00000000000..b2769c38645 --- /dev/null +++ b/devel/SDL/patches/patch-al @@ -0,0 +1,20 @@ +$NetBSD: patch-al,v 1.1 2000/10/13 20:43:35 skrll Exp $ + +--- src/joystick/Makefile.am.orig Fri Oct 13 18:51:25 2000 ++++ src/joystick/Makefile.am +@@ -12,15 +12,7 @@ + SDL_sysjoystick.h + + # Include the architecture-specific sources +-if TARGET_BEOS +-ARCH_SRCS = SDL_sysjoystick.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) + |