1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

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>
This commit is contained in:
Chris Rees 2011-09-15 19:03:25 +00:00
parent 7000ee389b
commit 5af56dfdd5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281814
2 changed files with 17 additions and 14 deletions

View File

@ -1,14 +0,0 @@
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ audio/xmp/files/patch-configure 9 Sep 2011 18:02:27 -0000
@@ -0,0 +1,11 @@
+--- 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"

View File

@ -0,0 +1,17 @@
$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"