diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2016-01-15 23:19:49 +0000 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2016-01-16 23:36:53 -0600 |
commit | 2ae32ffea5a762c91e83e9a2da44e5f987e23e4a (patch) | |
tree | 376a7549db790509dff577e8f6a15877a75004c9 /libraries/fltk/fltk-1.1.10-pkgconfig_xft.patch | |
parent | 71bbf300649152b849501d21fe304166250e10f8 (diff) |
libraries/fltk: Removed fltk-1.1.10.
Everything in the repo builds with fltk-1.3.3, the package name
clashes with extra/fltk, and fltk-1.1.10 fails to build if
fltk-1.3.3 is installed. So we really don't need this any more.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/fltk/fltk-1.1.10-pkgconfig_xft.patch')
-rw-r--r-- | libraries/fltk/fltk-1.1.10-pkgconfig_xft.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/libraries/fltk/fltk-1.1.10-pkgconfig_xft.patch b/libraries/fltk/fltk-1.1.10-pkgconfig_xft.patch deleted file mode 100644 index b8cb33bcde23..000000000000 --- a/libraries/fltk/fltk-1.1.10-pkgconfig_xft.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -up fltk-1.1.10/configure.pkgconfig_xft fltk-1.1.10/configure ---- fltk-1.1.10/configure.pkgconfig_xft 2010-02-14 14:03:17.730616944 -0600 -+++ fltk-1.1.10/configure 2010-02-14 14:05:05.369368026 -0600 -@@ -12080,7 +12080,7 @@ if test "${ac_cv_lib_Xft_XftDrawCreate+s - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-lXft $LIBS" -+LIBS="`pkg-config --libs fontconfig xft` $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -12140,7 +12140,7 @@ if test $ac_cv_lib_Xft_XftDrawCreate = y - #define USE_XFT 1 - _ACEOF - -- LIBS="-lXft $LIBS" -+ LIBS="`pkg-config fontconfig xft --libs` $LIBS" - fi - - fi |