ports/devel/libdap/files/patch-configure
Po-Chuan Hsieh 07f049b22e
devel/libdap: Update to 3.21.0-27
- Update WWW and clean up pkg-descr

Changes:	https://github.com/OPENDAP/libdap4/releases
2024-03-09 22:05:21 +08:00

33 lines
1.1 KiB
Text

--- configure.orig 2024-01-04 16:04:42 UTC
+++ configure
@@ -31688,30 +31688,6 @@ fi
-if test -f /etc/redhat-release && grep -q '8\.' /etc/redhat-release
-then :
-
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: Found a RHEL 8 or equivalent system..." >&5
-printf "%s\n" "$as_me: Found a RHEL 8 or equivalent system..." >&6;}
- if grep -q -v tirpc <<< $CPPFLAGS || grep -q -v tirpc <<< $LDFLAGS
-then :
-
- as_fn_error $? "Libdap4 on Redhat Linux 8 requires the tirpc library be included on CPPFLAGS and LDFLAGS" "$LINENO" 5
-
-else $as_nop
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: and CPPFLAGS and LDFLAGS are set" >&5
-printf "%s\n" "$as_me: and CPPFLAGS and LDFLAGS are set" >&6;}
-
-fi
-
-else $as_nop
-
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: Not a RHEL 8 or equivalent system" >&5
-printf "%s\n" "$as_me: Not a RHEL 8 or equivalent system" >&6;}
-
-fi
-
-
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_kill in -lpthread" >&5
printf %s "checking for pthread_kill in -lpthread... " >&6; }
if test ${ac_cv_lib_pthread_pthread_kill+y}