From 5ae596207dc0bd85ca28a43d715d82bc6b358b81 Mon Sep 17 00:00:00 2001 From: wxs Date: Mon, 5 Jan 2009 19:42:29 +0000 Subject: - Remove conditional checks for FreeBSD 5.x and older Approved by: pav --- x11/decurs/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'x11/decurs') diff --git a/x11/decurs/Makefile b/x11/decurs/Makefile index d3167f326027..9d0699c2cd10 100644 --- a/x11/decurs/Makefile +++ b/x11/decurs/Makefile @@ -29,13 +29,11 @@ BROKEN= Does not compile on !i386 post-patch: @${SED} -e 's:%%PREFIX%%:${PREFIX}:g' \ ${FILESDIR}/decurs.exec > ${WRKSRC}/decurs.exec -.if ${OSVERSION} > 500035 # Hack for contemporary GCC @${REINPLACE_CMD} -e 's/CppString \&str/const &/' \ ${WRKSRC}/src/cppstring.cc ${WRKSRC}/src/cppstring.hh @${REINPLACE_CMD} -E 's/^\/\/ friend//; s/([^:])ostream/\1std::ostream/g' \ ${WRKSRC}/src/cppstring.hh -.endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/decurs ${PREFIX}/bin/decurs.bin -- cgit