# --- T2-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # T2 SDE: package/.../gpac/x11.patch # Copyright (C) 2007 - 2009 The T2 SDE Project # # More information can be found in the files COPYING and README. # # This patch file is dual-licensed. It is available under the license the # patched project is licensed under, as long as it is an OpenSource license # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms # of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # --- T2-COPYRIGHT-NOTE-END --- --- ./configure.orig 2007-05-30 18:45:28.000000000 +0200 +++ ./configure 2007-07-19 16:19:19.000000000 +0200 @@ -87,7 +87,7 @@ CPPFLAGS="" GPAC_SH_FLAGS=-lpthread DYN_LIB_SUFFIX="so" -X11_PATH="/usr/X11R6" +X11_PATH="/usr/X11" OSS_CFLAGS="" OSS_LDFLAGS="" is_64="no" --- gpac/configure.vanilla 2009-03-19 12:41:20.000000000 +0100 +++ gpac/configure 2009-03-19 12:41:34.000000000 +0100 @@ -1589,7 +1589,7 @@ echo "TRISCOPE_MODE=$enable_renoir" >> config.mak if test "$has_opengl" = "yes" ; then - echo "OGL_LIBS=$LINK3D" >> config.mak + echo "OGL_LIBS=-L$X11_PATH/lib $LINK3D" >> config.mak else echo "#define GPAC_DISABLE_3D" >> $TMPH fi