OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   27-Aug-2006 12:25:37
  Branch: HEAD                             Handle: 2006082711253700

  Modified files:
    openpkg-src/sdl         sdl.patch

  Log:
    once again fix SDL under FreeBSD/Linux where it finds libusbhid

  Summary:
    Revision    Changes     Path
    1.8         +10 -2      openpkg-src/sdl/sdl.patch
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/sdl/sdl.patch
  ============================================================================
  $ cvs diff -u -r1.7 -r1.8 sdl.patch
  --- openpkg-src/sdl/sdl.patch 27 Aug 2006 10:07:23 -0000      1.7
  +++ openpkg-src/sdl/sdl.patch 27 Aug 2006 10:25:37 -0000      1.8
  @@ -1,6 +1,6 @@
   Index: configure
   --- configure.orig   2006-06-27 06:48:54 +0200
  -+++ configure        2006-08-27 12:02:21 +0200
  ++++ configure        2006-08-27 12:23:15 +0200
   @@ -28420,6 +28420,7 @@
    
                SOURCES="$SOURCES $srcdir/src/video/vgl/*.c"
  @@ -9,9 +9,17 @@
                have_video=yes
            fi
        fi
  +@@ -31600,6 +31601,7 @@
  + 
  + 
  +             USB_LIBS="$USB_LIBS -lusbhid"
  ++            SDL_LIBS="$SDL_LIBS -lusbhid"
  +         else
  +             if test "${ac_cv_header_usb_h+set}" = set; then
  +   echo "$as_me:$LINENO: checking for usb.h" >&5
   Index: src/joystick/bsd/SDL_sysjoystick.c
   --- src/joystick/bsd/SDL_sysjoystick.c.orig  2006-05-01 10:02:40 +0200
  -+++ src/joystick/bsd/SDL_sysjoystick.c       2006-08-27 11:57:25 +0200
  ++++ src/joystick/bsd/SDL_sysjoystick.c       2006-08-27 12:22:24 +0200
   @@ -49,10 +49,10 @@
    
    #if defined(HAVE_USBHID_H)
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to