diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-03-17 13:57:07 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-03-17 13:57:07 +0000 |
commit | bd59a83c30172bb1905a8dfe19623cd8b79fb30f (patch) | |
tree | 4d3aaf5b3fafa546291714414eecc5cfd8bb9986 /devel/sdl12 | |
parent | 130313c7d4007ffb303bcdc3bc6c7c41fc10e006 (diff) |
Notes
Diffstat (limited to 'devel/sdl12')
-rw-r--r-- | devel/sdl12/files/patch-ac | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/devel/sdl12/files/patch-ac b/devel/sdl12/files/patch-ac index 234eed10fe84..79afca277d61 100644 --- a/devel/sdl12/files/patch-ac +++ b/devel/sdl12/files/patch-ac @@ -1,14 +1,5 @@ ---- configure.orig Mon Feb 23 08:32:33 2004 -+++ configure Mon Mar 8 16:17:17 2004 -@@ -19138,7 +19138,7 @@ - - - # 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" - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' +--- configure.orig Mon Feb 23 06:32:33 2004 ++++ configure Wed Mar 17 19:23:24 2004 @@ -21171,7 +21171,7 @@ @@ -29,7 +20,14 @@ ;; *-*-netbsd*) pthread_cflags="-I/usr/pkg/include -D_REENTRANT" -@@ -28401,7 +28401,9 @@ +@@ -28394,14 +28394,13 @@ + fi + + +- if test x$have_usb_h = xyes; then +- CFLAGS="$CFLAGS -DHAVE_USB_H" +- fi + if test x$have_usbhid_h = xyes; then CFLAGS="$CFLAGS -DHAVE_USBHID_H" fi if test x$have_libusb_h = xyes; then |