diff options
Diffstat (limited to 'contrib/packages/rpm/el5/SOURCES/fltk-1.3.3-static-libs.patch')
-rw-r--r-- | contrib/packages/rpm/el5/SOURCES/fltk-1.3.3-static-libs.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/contrib/packages/rpm/el5/SOURCES/fltk-1.3.3-static-libs.patch b/contrib/packages/rpm/el5/SOURCES/fltk-1.3.3-static-libs.patch deleted file mode 100644 index f26b31d9..00000000 --- a/contrib/packages/rpm/el5/SOURCES/fltk-1.3.3-static-libs.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- a/configure 2015-02-22 16:20:48.000000000 -0500 -+++ b/configure 2015-02-22 16:21:52.000000000 -0500 -@@ -6793,7 +6793,7 @@ - # See if we find them without any special options. - # Don't add to $LIBS permanently. - ac_save_LIBS=$LIBS -- LIBS="-lX11 $LIBS" -+ LIBS="-lX11 -lfreetype -lexpat -lXext -lXrender -lxcb -lXdmcp -lXau -lz $LIBS" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext - /* end confdefs.h. */ - #include <X11/Xlib.h> -@@ -6935,7 +6935,7 @@ - # Martyn Johnson says this is needed for Ultrix, if the X - # libraries were built with DECnet support. And Karl Berry says - # the Alpha needs dnet_stub (dnet does not exist). -- ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11" -+ ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lfreetype -lexpat -lX11 -lXext -lXrender -lxcb -lXdmcp -lXau -lz" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext - /* end confdefs.h. */ - -@@ -7359,7 +7359,7 @@ - $as_echo "$as_me: WARNING: Ignoring libraries \"$X_PRE_LIBS\" requested by configure." >&2;} - fi - -- LIBS="$LIBS -lX11 $X_EXTRA_LIBS" -+ LIBS="$LIBS -lfreetype -lexpat -lX11 -lXext -lXrender -lxcb -lXdmcp -lXau -lz $X_EXTRA_LIBS" - CFLAGS="$CFLAGS $X_CFLAGS" - CXXFLAGS="$CXXFLAGS $X_CFLAGS" - LDFLAGS="$X_LIBS $LDFLAGS" |