diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-02-10 01:41:52 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-02-10 01:41:52 +0000 |
commit | feb945e0c63b53b7039832bf24dc773118bacbf6 (patch) | |
tree | 03701a3b11bb77de07f4597238eb73eeb5e448dc /devel/sdl12/files | |
parent | e03ba538a4455c44cd7aa3755316d7a52c56de47 (diff) | |
download | ports-feb945e0c63b53b7039832bf24dc773118bacbf6.tar.gz ports-feb945e0c63b53b7039832bf24dc773118bacbf6.zip |
Notes
Diffstat (limited to 'devel/sdl12/files')
-rw-r--r-- | devel/sdl12/files/patch-ac | 54 |
1 files changed, 39 insertions, 15 deletions
diff --git a/devel/sdl12/files/patch-ac b/devel/sdl12/files/patch-ac index 64f6440c88b9..1979a1121aa3 100644 --- a/devel/sdl12/files/patch-ac +++ b/devel/sdl12/files/patch-ac @@ -1,6 +1,6 @@ ---- configure.orig Tue Dec 14 01:33:42 1999 -+++ configure Sat Jan 8 23:23:37 2000 -@@ -3030,7 +3030,7 @@ +--- configure.orig Tue Feb 8 03:53:58 2000 ++++ configure Tue Feb 8 11:31:03 2000 +@@ -3016,7 +3016,7 @@ echo "$ac_t""yes" 1>&6 CFLAGS="$CFLAGS -DESD_SUPPORT $ESD_CFLAGS" @@ -9,21 +9,16 @@ else echo "$ac_t""no" 1>&6 -@@ -4333,11 +4333,11 @@ - +@@ -4326,7 +4326,7 @@ ac_save_libs="$LIBS" case "$target" in -- *-*-freebsd*) -+ *-*-frebsd*) - pthread_lib="-lc_r" - ;; - *) -- pthread_lib="-lpthread" + *-*-freebsd*) +- pthread_lib="-lc_r" + pthread_lib="-L""$LOCALBASE""/lib -llthread -llgcc_r" ;; - esac - LIBS="$LIBS $pthread_lib" -@@ -4371,7 +4371,7 @@ + *-*-openbsd*) + pthread_lib="-lc_r" +@@ -4366,7 +4366,7 @@ echo "$ac_t""$use_pthreads" 1>&6 if test x$use_pthreads = xyes; then CFLAGS="$CFLAGS -D_REENTRANT -DSDL_USE_PTHREADS" @@ -32,7 +27,7 @@ SDL_LIBS="$SDL_LIBS $pthread_lib" fi fi -@@ -4851,6 +4851,7 @@ +@@ -4955,6 +4955,7 @@ ;; *-*-freebsd*) ARCH=freebsd @@ -40,3 +35,32 @@ CheckESD CheckX11 CheckPTHREAD +@@ -5038,6 +5039,28 @@ + __EOF__ + cat >>$new <$old + ++ ++ echo "Copying src/audio/linux/SDL_dspaudio.h -> src/audio/SDL_dspaudio.h" ++ old="$srcdir/src/audio/linux/SDL_dspaudio.h" ++ new="$srcdir/src/audio/SDL_dspaudio.h" ++ cat >$new <<__EOF__ ++/* WARNING: This file was automatically generated! ++ * Original: $old ++ */ ++__EOF__ ++ cat >>$new <$old ++ ++ ++ echo "Copying src/audio/linux/SDL_dspaudio.c -> src/audio/SDL_dspaudio.c" ++ old="$srcdir/src/audio/linux/SDL_dspaudio.c" ++ new="$srcdir/src/audio/SDL_dspaudio.c" ++ cat >$new <<__EOF__ ++/* WARNING: This file was automatically generated! ++ * Original: $old ++ */ ++__EOF__ ++ cat >>$new <$old ++ + fi + # Set up files for the cdrom library + if test x$enable_cdrom = xyes; then |