summaryrefslogtreecommitdiff
path: root/sysutils/cdrtools-devel/files/patch-conf::configure
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2003-09-30 17:09:58 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2003-09-30 17:09:58 +0000
commita2b303d7e45f0d32b44015523eb920ca22ab5df8 (patch)
treed87f8740bde86016de60f2f583d691ff697cb2c6 /sysutils/cdrtools-devel/files/patch-conf::configure
parentFix another build problem on ia64. (diff)
- Update to 2.01a19.
- Remove one site that seems to have stopped carrying the latest alpha versions from MASTER_SITES. - Install some PORTDOCS for cdda2wav. - Refine the patching of the manual pages. - Add a workaround for the bug in -current that causes cdrecord to trigger a panic. Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=89909
Diffstat (limited to 'sysutils/cdrtools-devel/files/patch-conf::configure')
-rw-r--r--sysutils/cdrtools-devel/files/patch-conf::configure10
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/cdrtools-devel/files/patch-conf::configure b/sysutils/cdrtools-devel/files/patch-conf::configure
new file mode 100644
index 000000000000..eda23804083c
--- /dev/null
+++ b/sysutils/cdrtools-devel/files/patch-conf::configure
@@ -0,0 +1,10 @@
+--- conf/configure.orig Fri Sep 19 16:47:37 2003
++++ conf/configure Fri Sep 19 16:49:26 2003
+@@ -5567,6 +5567,7 @@
+ int
+ main()
+ {
++ exit(1);
+ if (mlockall(MCL_CURRENT|MCL_FUTURE) < 0) {
+ if (errno == EINVAL || errno == ENOMEM ||
+ errno == EPERM || errno == EACCES)