summaryrefslogtreecommitdiff
path: root/devel/SDL/patches/patch-am
diff options
context:
space:
mode:
Diffstat (limited to 'devel/SDL/patches/patch-am')
-rw-r--r--devel/SDL/patches/patch-am41
1 files changed, 0 insertions, 41 deletions
diff --git a/devel/SDL/patches/patch-am b/devel/SDL/patches/patch-am
deleted file mode 100644
index 77cf299caef..00000000000
--- a/devel/SDL/patches/patch-am
+++ /dev/null
@@ -1,41 +0,0 @@
-$NetBSD: patch-am,v 1.20 2006/06/12 16:20:44 wiz Exp $
-
---- configure.orig 2006-05-17 06:53:45.000000000 +0000
-+++ configure
-@@ -24747,10 +24747,10 @@ fi;
- echo "$as_me:$LINENO: checking for NAS audio support" >&5
- echo $ECHO_N "checking for NAS audio support... $ECHO_C" >&6
- have_nas=no
-- if test -r /usr/X11R6/include/audio/audiolib.h; then
-+ if true; then
- have_nas=yes
-- NAS_CFLAGS="-I/usr/X11R6/include/"
-- NAS_LIBS="-L/usr/X11R6/lib -laudio -lXt"
-+ NAS_CFLAGS=""
-+ NAS_LIBS="-laudio -lXt"
-
-
- elif test -r /usr/freeware/include/nas/audiolib.h; then
-@@ -29638,7 +29638,7 @@ fi;
- ;;
- *-*-netbsd*)
- pthread_cflags="-D_REENTRANT -D_THREAD_SAFE"
-- pthread_lib="-L/usr/lib -lpthread"
-+ pthread_lib="-lpthread"
- ;;
- *-*-openbsd*)
- pthread_cflags="-D_REENTRANT"
-@@ -31986,8 +31986,13 @@ cat >>conftest.$ac_ext <<_ACEOF
- #if defined(HAVE_USB_H)
- #include <usb.h>
- #endif
-+ #ifdef __DragonFly__
-+ #include <bus/usb/usb.h>
-+ #include <bus/usb/usbhid.h>
-+ #else
- #include <dev/usb/usb.h>
- #include <dev/usb/usbhid.h>
-+ #endif
- #if defined(HAVE_USBHID_H)
- #include <usbhid.h>
- #elif defined(HAVE_LIBUSB_H)