diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2012-07-31 02:45:28 +0800 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2012-07-31 02:45:28 +0800 |
commit | 6e4e7a3421b7a200166df3907e18e6bfa0166b54 (patch) | |
tree | 9c5ee19976e278f50a0965c61ae1a84635d75f6e | |
parent | 55572fdbcdca1070c8fe78af0f6f64d497d1863a (diff) | |
download | freebsd-ports-gnome-6e4e7a3421b7a200166df3907e18e6bfa0166b54.tar.gz freebsd-ports-gnome-6e4e7a3421b7a200166df3907e18e6bfa0166b54.tar.zst freebsd-ports-gnome-6e4e7a3421b7a200166df3907e18e6bfa0166b54.zip |
Remove pkgconf hack which isn't needed anymore with pkgconf 0.8.5.
-rw-r--r-- | sysutils/logstalgia/files/patch-configure | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/sysutils/logstalgia/files/patch-configure b/sysutils/logstalgia/files/patch-configure deleted file mode 100644 index af7e1dffad23..000000000000 --- a/sysutils/logstalgia/files/patch-configure +++ /dev/null @@ -1,57 +0,0 @@ ---- ./configure.orig 2012-07-30 12:15:02.000000000 +0200 -+++ ./configure 2012-07-30 12:16:02.000000000 +0200 -@@ -6658,12 +6658,12 @@ - pkg_cv_FTGL_CFLAGS="$FTGL_CFLAGS" - else - if test -n "$PKG_CONFIG" && \ -- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"ftgl >= 2.1.3\""; } >&5 -- ($PKG_CONFIG --exists --print-errors "ftgl >= 2.1.3") 2>&5 -+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"ftgl >= 2.0.0\""; } >&5 -+ ($PKG_CONFIG --exists --print-errors "ftgl >= 2.0.0") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; then -- pkg_cv_FTGL_CFLAGS=`$PKG_CONFIG --cflags "ftgl >= 2.1.3" 2>/dev/null` -+ pkg_cv_FTGL_CFLAGS=`$PKG_CONFIG --cflags "ftgl >= 2.0.0" 2>/dev/null` - else - pkg_failed=yes - fi -@@ -6676,12 +6676,12 @@ - pkg_cv_FTGL_LIBS="$FTGL_LIBS" - else - if test -n "$PKG_CONFIG" && \ -- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"ftgl >= 2.1.3\""; } >&5 -- ($PKG_CONFIG --exists --print-errors "ftgl >= 2.1.3") 2>&5 -+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"ftgl >= 2.0.0\""; } >&5 -+ ($PKG_CONFIG --exists --print-errors "ftgl >= 2.0.0") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; then -- pkg_cv_FTGL_LIBS=`$PKG_CONFIG --libs "ftgl >= 2.1.3" 2>/dev/null` -+ pkg_cv_FTGL_LIBS=`$PKG_CONFIG --libs "ftgl >= 2.0.0" 2>/dev/null` - else - pkg_failed=yes - fi -@@ -6700,18 +6700,18 @@ - _pkg_short_errors_supported=no - fi - if test $_pkg_short_errors_supported = yes; then -- FTGL_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "ftgl >= 2.1.3"` -+ FTGL_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "ftgl >= 2.0.0"` - else -- FTGL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "ftgl >= 2.1.3"` -+ FTGL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "ftgl >= 2.0.0"` - fi - # Put the nasty error message in config.log where it belongs - echo "$FTGL_PKG_ERRORS" >&5 - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 - $as_echo "no" >&6; } -- as_fn_error $? "FTGL 2.1.3 or greater is required. Please see INSTALL" "$LINENO" 5 -+ as_fn_error $? "FTGL 2.0.0 or greater is required. Please see INSTALL" "$LINENO" 5 - elif test $pkg_failed = untried; then -- as_fn_error $? "FTGL 2.1.3 or greater is required. Please see INSTALL" "$LINENO" 5 -+ as_fn_error $? "FTGL 2.0.0 or greater is required. Please see INSTALL" "$LINENO" 5 - else - FTGL_CFLAGS=$pkg_cv_FTGL_CFLAGS - FTGL_LIBS=$pkg_cv_FTGL_LIBS |