From e18958e5cc207c2581c83c61f1bd00ebe10db4df Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Thu, 21 Jul 2005 19:23:24 +0000 Subject: Backout previous commit since it breaks many ports on sparc64. Pointed out by: kris --- devel/sdl12/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'devel/sdl12') diff --git a/devel/sdl12/Makefile b/devel/sdl12/Makefile index 40af9c2eb45e..cc25ec891861 100644 --- a/devel/sdl12/Makefile +++ b/devel/sdl12/Makefile @@ -71,10 +71,8 @@ CONFIGURE_ARGS+=--enable-video-opengl .if exists(/usr/include/libusbhid.h) CONFIGURE_ENV+= USB_LIBS=-lusbhid CFLAGS+= -DHAVE_LIBUSBHID_H -.elif exists(/usr/include/libusb.h) -CONFIGURE_ENV+= USB_LIBS=-lusb .else -CONFIGURE_ARGS+=--enable-joystick=no +CONFIGURE_ENV+= USB_LIBS=-lusb .endif MAN3!= ${CAT} ${FILESDIR}/man3 -- cgit v1.2.3