From 3ce1c8f7cce2dceeec090bdcb3bfd85c15e0adff Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Tue, 18 Sep 2007 02:48:52 +0000 Subject: C99 modernization of the original Portable C Compiler by S. C. Johnson, written in the late 70's. --- lang/pcc/files/patch-configure | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 lang/pcc/files/patch-configure (limited to 'lang/pcc/files/patch-configure') diff --git a/lang/pcc/files/patch-configure b/lang/pcc/files/patch-configure new file mode 100644 index 000000000000..1ba6287c6adc --- /dev/null +++ b/lang/pcc/files/patch-configure @@ -0,0 +1,15 @@ +--- configure.orig 2007-09-09 10:42:33.000000000 -0700 ++++ configure 2007-09-17 19:12:41.000000000 -0700 +@@ -1997,6 +1997,12 @@ case "$target_os" in + i?86) targmach=x86 ;; + esac + ;; ++ freebsd*) ++ targos=freebsd ++ case "$target_cpu" in ++ i?86) targmach=x86 ;; ++ esac ++ ;; + linux*) + targos=linux + case "$target_cpu" in -- cgit v1.2.3