diff options
author | Alexander Langer <alex@FreeBSD.org> | 2001-04-05 19:01:48 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2001-04-05 19:01:48 +0000 |
commit | 22d8d01d044ec4edf35e0158913e5d61cbecffcd (patch) | |
tree | c92101fac8d3fc25fc71b4fdfe8cf47001c33e23 /devel/libuta/files/patch-aa | |
parent | Add atlas 0.4.0, a C++ reference implementation of the Atlas protocol. (diff) |
Add libuta 0.3.36, a Graphical User Interface library for C++.
PR: 26250
Submitted by: Oliver Lehmann <lehmann@ans-netz.de>
Notes
Notes:
svn path=/head/; revision=40907
Diffstat (limited to 'devel/libuta/files/patch-aa')
-rw-r--r-- | devel/libuta/files/patch-aa | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/libuta/files/patch-aa b/devel/libuta/files/patch-aa new file mode 100644 index 000000000000..91ce1147b866 --- /dev/null +++ b/devel/libuta/files/patch-aa @@ -0,0 +1,21 @@ +--- configure.orig Thu Apr 5 17:21:15 2001 ++++ configure Thu Apr 5 17:23:51 2001 +@@ -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" ++ ++ + # Defaults: + ac_help= + ac_default_prefix=/usr/local +@@ -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/'` |