diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-12-21 00:08:17 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-12-21 00:08:17 +0000 |
commit | 40d43c8df2b57e928b5a9895415a1b9ff272df48 (patch) | |
tree | 70a4e943a8220ed8713be50e5390b78be9f78d54 /devel/sdl12/files/patch-ac | |
parent | - Fix mangled (QP-encoding) '=' in distinfo (diff) |
Backout previous commit. Mea maxima culpa for not doing the research
to understand that this port was a dependency on many other ports,
and as such should not have been done during a slush. Pass the
pointy hat, please ...
PR: ports/57475
Requested by: pav, marcus
Notes
Notes:
svn path=/head/; revision=96283
Diffstat (limited to 'devel/sdl12/files/patch-ac')
-rw-r--r-- | devel/sdl12/files/patch-ac | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/devel/sdl12/files/patch-ac b/devel/sdl12/files/patch-ac index b18eca83ccb3..81c1a6c8de4f 100644 --- a/devel/sdl12/files/patch-ac +++ b/devel/sdl12/files/patch-ac @@ -1,6 +1,9 @@ ---- configure.orig Sat Aug 30 21:13:23 2003 -+++ configure Mon Sep 29 22:20:16 2003 -@@ -676,9 +676,9 @@ + +$FreeBSD$ + +--- configure.orig Sun Oct 6 23:35:02 2002 ++++ configure Fri Jun 27 22:19:43 2003 +@@ -674,9 +674,9 @@ # libtool versioning LT_RELEASE=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION @@ -12,7 +15,7 @@ -@@ -2832,7 +2832,7 @@ +@@ -2794,7 +2794,7 @@ SDL_CFLAGS="" @@ -21,7 +24,7 @@ case "$target" in -@@ -5966,8 +5966,8 @@ +@@ -5840,8 +5840,8 @@ # pthread_cflags="-D_REENTRANT -D_THREAD_SAFE" ;; *-*-freebsd*) @@ -32,11 +35,11 @@ ;; *-*-netbsd*) pthread_cflags="-I/usr/pkg/include -D_REENTRANT" -@@ -7231,7 +7231,9 @@ +@@ -6946,7 +6946,9 @@ CFLAGS="$CFLAGS -DHAVE_USBHID_H" fi if test x$have_libusb_h = xyes; then -+ if test x$have_libusbhid_h = xno; then ++ if x$have_libusbhid_h = xno; then CFLAGS="$CFLAGS -DHAVE_LIBUSB_H" + fi fi |