aboutsummaryrefslogtreecommitdiffstats
path: root/devel/sdl12/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'devel/sdl12/files/patch-ac')
-rw-r--r--devel/sdl12/files/patch-ac18
1 files changed, 13 insertions, 5 deletions
diff --git a/devel/sdl12/files/patch-ac b/devel/sdl12/files/patch-ac
index be1fb565b559..863d4864981c 100644
--- a/devel/sdl12/files/patch-ac
+++ b/devel/sdl12/files/patch-ac
@@ -1,9 +1,9 @@
$FreeBSD$
---- configure.orig Thu Nov 8 09:28:08 2001
-+++ configure Wed Dec 19 14:07:24 2001
-@@ -660,9 +660,9 @@
+--- configure.orig Sun Apr 14 02:57:31 2002
++++ configure Wed Apr 17 14:31:32 2002
+@@ -670,9 +670,9 @@
# libtool versioning
LT_RELEASE=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION
@@ -15,7 +15,7 @@ $FreeBSD$
-@@ -2774,7 +2774,7 @@
+@@ -2786,7 +2786,7 @@
SDL_CFLAGS=""
@@ -24,7 +24,7 @@ $FreeBSD$
case "$target" in
-@@ -5578,8 +5578,8 @@
+@@ -5737,8 +5737,8 @@
# pthread_cflags="-D_REENTRANT -D_THREAD_SAFE"
;;
*-*-freebsd*)
@@ -35,3 +35,11 @@ $FreeBSD$
;;
*-*-netbsd*)
pthread_cflags="-I/usr/pkg/include -D_REENTRANT"
+@@ -6702,6 +6702,7 @@
+ if test x$enable_joystick = xyes; then
+ JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS bsd"
+ JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS bsd/libjoystick_bsd.la"
++ SYSTEM_LIBS="$SYSTEM_LIBS -lusb"
+ fi
+ # Set up files for the cdrom library
+ if test x$enable_cdrom = xyes; then