aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2011-09-10 17:56:31 +0800
committerehaupt <ehaupt@FreeBSD.org>2011-09-10 17:56:31 +0800
commitfb61b5c4d5629b687cd548069354715604939f8f (patch)
tree865976e6c92e089f2f400323d8b4a2c2f707a54a /audio
parentef80ead7d1d658843f04848ddc31c37d3e0fe75a (diff)
downloadfreebsd-ports-graphics-fb61b5c4d5629b687cd548069354715604939f8f.tar.gz
freebsd-ports-graphics-fb61b5c4d5629b687cd548069354715604939f8f.tar.zst
freebsd-ports-graphics-fb61b5c4d5629b687cd548069354715604939f8f.zip
Fix autodetection of <sys/rtprio.h> which currently fails due to missing
typedefs provided by <sys/types.h>. PR: 160597 Submitted by: aakuusta@gmail.com
Diffstat (limited to 'audio')
-rw-r--r--audio/xmp/Makefile1
-rw-r--r--audio/xmp/files/patch-audio__xmp__files__patch-configure14
2 files changed, 15 insertions, 0 deletions
diff --git a/audio/xmp/Makefile b/audio/xmp/Makefile
index 03b43eab41e..2dc2040ebf6 100644
--- a/audio/xmp/Makefile
+++ b/audio/xmp/Makefile
@@ -7,6 +7,7 @@
PORTNAME= xmp
PORTVERSION= 3.4.1
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= audio
MASTER_SITES= SF
diff --git a/audio/xmp/files/patch-audio__xmp__files__patch-configure b/audio/xmp/files/patch-audio__xmp__files__patch-configure
new file mode 100644
index 00000000000..8912dc0c437
--- /dev/null
+++ b/audio/xmp/files/patch-audio__xmp__files__patch-configure
@@ -0,0 +1,14 @@
+--- /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"