summaryrefslogtreecommitdiff
path: root/lang/pcc/files/patch-configure
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2007-09-20 20:01:12 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2007-09-20 20:01:12 +0000
commitb22b4945e3de0a3713bd30ab70b97870281a515e (patch)
tree054c5ed8be981c40efc2bfd92c01216683764cdf /lang/pcc/files/patch-configure
parent- Remove unneccessary USE_GCC line (diff)
Update to the Sept 20, 2007 snapshot of 0.9.8.
Diffstat (limited to 'lang/pcc/files/patch-configure')
-rw-r--r--lang/pcc/files/patch-configure15
1 files changed, 0 insertions, 15 deletions
diff --git a/lang/pcc/files/patch-configure b/lang/pcc/files/patch-configure
deleted file mode 100644
index 1ba6287c6adc..000000000000
--- a/lang/pcc/files/patch-configure
+++ /dev/null
@@ -1,15 +0,0 @@
---- 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