diff options
Diffstat (limited to 'editors/ghex2/files/patch-configure')
-rw-r--r-- | editors/ghex2/files/patch-configure | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/editors/ghex2/files/patch-configure b/editors/ghex2/files/patch-configure deleted file mode 100644 index c1377e529eb6..000000000000 --- a/editors/ghex2/files/patch-configure +++ /dev/null @@ -1,51 +0,0 @@ ---- configure.orig Sun Sep 15 03:22:13 2002 -+++ configure Sun Sep 15 03:23:02 2002 -@@ -8164,23 +8164,23 @@ - else - PKG_CONFIG_MIN_VERSION=0.9.0 - if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then -- echo "$as_me:$LINENO: checking for gail >= 1.0.0" >&5 --echo $ECHO_N "checking for gail >= 1.0.0... $ECHO_C" >&6 -+ echo "$as_me:$LINENO: checking for gail >= 0.17" >&5 -+echo $ECHO_N "checking for gail >= 0.17... $ECHO_C" >&6 - -- if $PKG_CONFIG --exists "gail >= 1.0.0" ; then -+ if $PKG_CONFIG --exists "gail >= 0.17" ; then - echo "$as_me:$LINENO: result: yes" >&5 - echo "${ECHO_T}yes" >&6 - succeeded=yes - - echo "$as_me:$LINENO: checking GAILUTIL_CFLAGS" >&5 - echo $ECHO_N "checking GAILUTIL_CFLAGS... $ECHO_C" >&6 -- GAILUTIL_CFLAGS=`$PKG_CONFIG --cflags "gail >= 1.0.0"` -+ GAILUTIL_CFLAGS=`$PKG_CONFIG --cflags "gail >= 0.17"` - echo "$as_me:$LINENO: result: $GAILUTIL_CFLAGS" >&5 - echo "${ECHO_T}$GAILUTIL_CFLAGS" >&6 - - echo "$as_me:$LINENO: checking GAILUTIL_LIBS" >&5 - echo $ECHO_N "checking GAILUTIL_LIBS... $ECHO_C" >&6 -- GAILUTIL_LIBS=`$PKG_CONFIG --libs "gail >= 1.0.0"` -+ GAILUTIL_LIBS=`$PKG_CONFIG --libs "gail >= 0.17"` - echo "$as_me:$LINENO: result: $GAILUTIL_LIBS" >&5 - echo "${ECHO_T}$GAILUTIL_LIBS" >&6 - else -@@ -8188,7 +8188,7 @@ - GAILUTIL_LIBS="" - ## If we have a custom action on failure, don't print errors, but - ## do set a variable so people can do so. -- GAILUTIL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gail >= 1.0.0"` -+ GAILUTIL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gail >= 0.17"` - echo $GAILUTIL_PKG_ERRORS - fi - -@@ -8203,8 +8203,8 @@ - if test $succeeded = yes; then - : - else -- { { echo "$as_me:$LINENO: error: Library requirements (gail >= 1.0.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&5 --echo "$as_me: error: Library requirements (gail >= 1.0.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&2;} -+ { { echo "$as_me:$LINENO: error: Library requirements (gail >= 0.17) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&5 -+echo "$as_me: error: Library requirements (gail >= 0.17) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&2;} - { (exit 1); exit 1; }; } - fi - |