hylafaxplus: drop patch for POSIXLY_CORRECT

I'm not sure why this patch was needed,
but it builds and works find without it now.
Maybe this is connected with
https://github.com/NixOS/nixpkgs/pull/30483

Yarny0 b5464b00 87f08e88

Changed files
-7
pkgs
servers
hylafaxplus
-7
pkgs/servers/hylafaxplus/post-patch.sh
···
-
# `configure` (maybe others) set `POSIXLY_CORRECT`, which
-
# breaks the gcc wrapper script of nixpkgs (maybe others).
-
# We simply un-export `POSIXLY_CORRECT` after each export so
-
# its effects don't apply within nixpkgs wrapper scripts.
-
grep -rlF POSIXLY_CORRECT | xargs \
-
sed '/export *POSIXLY_CORRECT/a export -n POSIXLY_CORRECT' -i
-
# Replace strange default value for the nobody account.
if test -n "@maxuid@"
then