summaryrefslogtreecommitdiff
path: root/devel/wftk/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'devel/wftk/files/patch-aa')
-rw-r--r--devel/wftk/files/patch-aa60
1 files changed, 0 insertions, 60 deletions
diff --git a/devel/wftk/files/patch-aa b/devel/wftk/files/patch-aa
deleted file mode 100644
index cf5ad2bb912d..000000000000
--- a/devel/wftk/files/patch-aa
+++ /dev/null
@@ -1,60 +0,0 @@
-
-$FreeBSD$
-
---- configure.orig Thu Apr 12 12:21:35 2001
-+++ configure Thu Mar 14 13:09:31 2002
-@@ -7,6 +7,9 @@
- # This configure script is free software; the Free Software Foundation
- # gives unlimited permission to copy, distribute and modify it.
-
-+LIBS="$LIBS -L/usr/local/lib"
-+SDL_CONFIG="/usr/local/bin/sdl11-config"
-+
- # Defaults:
- ac_help=
- ac_default_prefix=/usr/local
-@@ -3573,7 +3576,7 @@
-
- CFLAGS=
- CXXFLAGS=
--CPPFLAGS=-Wall
-+CPPFLAGS="$CPPFLAGS -Wall"
-
- case $win32 in
- true)
-@@ -4603,7 +4606,7 @@
- no_sdl=yes
- else
- SDL_CFLAGS=`$SDL_CONFIG $sdlconf_args --cflags`
-- SDL_LIBS=`$SDL_CONFIG $sdlconf_args --libs`
-+ SDL_LIBS=`$SDL_CONFIG $sdlconf_args --libs | sed 's/-lXxf86vm -lXxf86dga -lXv //g'`
-
- sdl_major_version=`$SDL_CONFIG $sdl_args --version | \
- sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
-@@ -4627,7 +4630,7 @@
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
--#include <SDL/SDL.h>
-+#include <SDL11/SDL.h>
-
- char*
- my_strdup (char *str)
-@@ -4717,7 +4720,7 @@
- #include "confdefs.h"
-
- #include <stdio.h>
--#include <SDL/SDL.h>
-+#include <SDL11/SDL.h>
-
- int main() {
- return 0;
-@@ -5042,7 +5045,7 @@
- cat > conftest.$ac_ext <<EOF
- #line 5044 "configure"
- #include "confdefs.h"
--#include <SDL/SDL_mixer.h>
-+#include <SDL11/SDL_mixer.h>
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
- { (eval echo configure:5049: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }