aboutsummaryrefslogtreecommitdiff
path: root/audio/xmp
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2011-09-15 19:03:25 +0000
committerChris Rees <crees@FreeBSD.org>2011-09-15 19:03:25 +0000
commit5af56dfdd556d175eb606a53899f752a16ada25d (patch)
tree51fce56f3c73174623bfcc04f43b6a435bf3ca3e /audio/xmp
parent7000ee389bd22e83d67f4acac9b0c9b7d898dcb5 (diff)
downloadports-5af56dfdd556d175eb606a53899f752a16ada25d.tar.gz
ports-5af56dfdd556d175eb606a53899f752a16ada25d.zip
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>
Notes
Notes: svn path=/head/; revision=281814
Diffstat (limited to 'audio/xmp')
-rw-r--r--audio/xmp/files/patch-audio__xmp__files__patch-configure14
-rw-r--r--audio/xmp/files/patch-configure17
2 files changed, 17 insertions, 14 deletions
diff --git a/audio/xmp/files/patch-audio__xmp__files__patch-configure b/audio/xmp/files/patch-audio__xmp__files__patch-configure
deleted file mode 100644
index 8912dc0c4377..000000000000
--- a/audio/xmp/files/patch-audio__xmp__files__patch-configure
+++ /dev/null
@@ -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"
diff --git a/audio/xmp/files/patch-configure b/audio/xmp/files/patch-configure
new file mode 100644
index 000000000000..5b54a5d2714c
--- /dev/null
+++ b/audio/xmp/files/patch-configure
@@ -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"