From 6c4142711f18b9a247c1dd1730404e77988dcd26 Mon Sep 17 00:00:00 2001 From: ed Date: Mon, 2 Mar 2009 12:55:35 +0000 Subject: Make rudiments compile on CURRENT again. Reported by: linimon --- devel/rudiments/Makefile | 8 +------- .../files/patch-include_rudiments_serialportprofile.h | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 7 deletions(-) create mode 100644 devel/rudiments/files/patch-include_rudiments_serialportprofile.h (limited to 'devel') diff --git a/devel/rudiments/Makefile b/devel/rudiments/Makefile index 248713db20da..6611519cda77 100644 --- a/devel/rudiments/Makefile +++ b/devel/rudiments/Makefile @@ -24,10 +24,4 @@ CONFIGURE_ARGS= --with-ssl-includes=-I${OPENSSLINC} \ --disable-pcre USE_LDCONFIG= yes -.include - -.if ${OSVERSION} >= 800045 -BROKEN= does not build -.endif - -.include +.include diff --git a/devel/rudiments/files/patch-include_rudiments_serialportprofile.h b/devel/rudiments/files/patch-include_rudiments_serialportprofile.h new file mode 100644 index 000000000000..84af87654eb2 --- /dev/null +++ b/devel/rudiments/files/patch-include_rudiments_serialportprofile.h @@ -0,0 +1,18 @@ +--- include/rudiments/serialportprofile.h ++++ include/rudiments/serialportprofile.h +@@ -129,9 +129,15 @@ + + #ifdef TABDLY + enum tabdelay_t { ++ #ifdef TAB0 + td_none=TAB0, ++ #endif ++ #ifdef TAB1 + td_depends=TAB1, ++ #endif ++ #ifdef TAB2 + td_100=TAB2 ++ #endif + }; + #endif + -- cgit