summaryrefslogtreecommitdiff
path: root/lang/pcc/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'lang/pcc/files/patch-configure')
-rw-r--r--lang/pcc/files/patch-configure15
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