diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2007-09-18 02:48:52 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2007-09-18 02:48:52 +0000 |
commit | 3ce1c8f7cce2dceeec090bdcb3bfd85c15e0adff (patch) | |
tree | a7de7f9326a4089f54a349cddab5b8b80d60a271 /lang/pcc/files/patch-configure | |
parent | - Update to 1.1.4 (diff) |
C99 modernization of the original Portable C Compiler by S. C. Johnson,
written in the late 70's.
Diffstat (limited to 'lang/pcc/files/patch-configure')
-rw-r--r-- | lang/pcc/files/patch-configure | 15 |
1 files changed, 15 insertions, 0 deletions
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 |