diff options
Diffstat (limited to 'lang/pcc/files/patch-configure')
-rw-r--r-- | lang/pcc/files/patch-configure | 15 |
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 |