diff options
Diffstat (limited to 'devel/sdl12/files/patch-ac')
-rw-r--r-- | devel/sdl12/files/patch-ac | 30 |
1 files changed, 12 insertions, 18 deletions
diff --git a/devel/sdl12/files/patch-ac b/devel/sdl12/files/patch-ac index 81c1a6c8de4f..234eed10fe84 100644 --- a/devel/sdl12/files/patch-ac +++ b/devel/sdl12/files/patch-ac @@ -1,21 +1,15 @@ - -$FreeBSD$ - ---- configure.orig Sun Oct 6 23:35:02 2002 -+++ configure Fri Jun 27 22:19:43 2003 -@@ -674,9 +674,9 @@ +--- configure.orig Mon Feb 23 08:32:33 2004 ++++ configure Mon Mar 8 16:17:17 2004 +@@ -19138,7 +19138,7 @@ - # libtool versioning - LT_RELEASE=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION --LT_CURRENT=`expr $SDL_MICRO_VERSION - $SDL_INTERFACE_AGE` -+LT_CURRENT=$SDL_INTERFACE_AGE - LT_REVISION=$SDL_INTERFACE_AGE --LT_AGE=`expr $SDL_BINARY_AGE - $SDL_INTERFACE_AGE` -+LT_AGE=$SDL_INTERFACE_AGE + # This can be used to rebuild libtool when needed +-LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++LIBTOOL_DEPS="--disable-ltlibs /usr/local/share/libtool13/ltmain.sh" - -@@ -2794,7 +2794,7 @@ + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' +@@ -21171,7 +21171,7 @@ SDL_CFLAGS="" @@ -24,7 +18,7 @@ $FreeBSD$ case "$target" in -@@ -5840,8 +5840,8 @@ +@@ -25926,8 +25926,8 @@ # pthread_cflags="-D_REENTRANT -D_THREAD_SAFE" ;; *-*-freebsd*) @@ -35,11 +29,11 @@ $FreeBSD$ ;; *-*-netbsd*) pthread_cflags="-I/usr/pkg/include -D_REENTRANT" -@@ -6946,7 +6946,9 @@ +@@ -28401,7 +28401,9 @@ CFLAGS="$CFLAGS -DHAVE_USBHID_H" fi if test x$have_libusb_h = xyes; then -+ if x$have_libusbhid_h = xno; then ++ if test x$have_libusbhid_h = xno; then CFLAGS="$CFLAGS -DHAVE_LIBUSB_H" + fi fi |