From de3032e68fbb0b8aa3d1c68f8d23bdd0cb956fe1 Mon Sep 17 00:00:00 2001 From: db Date: Thu, 5 Jul 2007 16:17:06 +0000 Subject: Fix build under -CURRENT by making it build with gcc 4.2. [1] The introduced patch fixes a bad macro in the source code. Notified by: Pav (via pointyhat) [1] Approved: ehaupt (mentor) --- comms/libfec/Makefile | 1 + comms/libfec/files/patch-fec.h | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 comms/libfec/files/patch-fec.h (limited to 'comms/libfec') diff --git a/comms/libfec/Makefile b/comms/libfec/Makefile index 7b9e553540ab..6fae412280fe 100644 --- a/comms/libfec/Makefile +++ b/comms/libfec/Makefile @@ -6,6 +6,7 @@ PORTNAME= libfec PORTVERSION= 3.0 +PORTREVISION= 1 CATEGORIES= comms astro hamradio math MASTER_SITES= http://www.ka9q.net/code/fec/ \ ${MASTER_SITE_LOCAL} diff --git a/comms/libfec/files/patch-fec.h b/comms/libfec/files/patch-fec.h new file mode 100644 index 000000000000..831d3ca1ff3b --- /dev/null +++ b/comms/libfec/files/patch-fec.h @@ -0,0 +1,11 @@ +--- fec.h.orig 2007-07-02 13:26:12.000000000 -0400 ++++ fec.h 2007-07-02 13:38:26.000000000 -0400 +@@ -262,7 +262,7 @@ + void find_cpu_mode(void); /* Call this once at startup to set Cpu_mode */ + + /* Determine parity of argument: 1 = odd, 0 = even */ +-#ifdef __i386__ ++#ifdef notyet__i386__ + static inline int parityb(unsigned char x){ + __asm__ __volatile__ ("test %1,%1;setpo %0" : "=g"(x) : "r" (x)); + return x; -- cgit on FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/dns/dnscheck
Commit message (Expand)AuthorAgeFilesLines
* - Support stagingehaupt2014-02-261-6/+4
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - convert to the new perl5 frameworkaz2013-09-111-6/+2
* - Update MASTER_SITES, MAINTAINER and WWWsunpoet2010-11-273-4/+3
* - Update to 1.3miwi2008-02-13