1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/audio/xmp/files/patch-configure
Chris Rees 5af56dfdd5 Previous commit was the actual patch from the PR in files/ -- this time actually
apply the patch.

PR:		ports/160597
Submitted by:	h h <aakuusta@gmail.com>
2011-09-15 19:03:25 +00:00

18 lines
507 B
Plaintext

$FreeBSD$
From ports/160597, upstreamed:
http://sourceforge.net/mailarchive/forum.php?thread_name=86ty8zcut0.fsf%40gmail.com&forum_name=xmp-devel
--- configure~
+++ configure
@@ -5166,7 +5166,7 @@ done
fi
;;
freebsd*)
- for ac_header in sys/resource.h sys/rtprio.h
+ for ac_header in sys/types.h sys/resource.h sys/rtprio.h
do :
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"