aboutsummaryrefslogtreecommitdiff
path: root/lang/gpc
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-12-26 16:45:31 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-12-26 16:45:31 +0000
commita1218ec516dcc9e893d9112874a766364cc850c2 (patch)
tree5fc0f9f8c4e10e4b7a22fb2bb667a6651120e94e /lang/gpc
parente1ab2d0519baa121de1ac526f83fa749d54be474 (diff)
downloadports-a1218ec516dcc9e893d9112874a766364cc850c2.tar.gz
ports-a1218ec516dcc9e893d9112874a766364cc850c2.zip
Notes
Diffstat (limited to 'lang/gpc')
-rw-r--r--lang/gpc/files/patch-gcc__config__freebsd-spec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gpc/files/patch-gcc__config__freebsd-spec.h b/lang/gpc/files/patch-gcc__config__freebsd-spec.h
index 9d76aad68eb3..f2dd37c2e2ae 100644
--- a/lang/gpc/files/patch-gcc__config__freebsd-spec.h
+++ b/lang/gpc/files/patch-gcc__config__freebsd-spec.h
@@ -9,7 +9,7 @@
+ builtin_define ("__FreeBSD__=9"); \
+ else if (FBSD_MAJOR == 8) \
+ builtin_define ("__FreeBSD__=8"); \
-+ if (FBSD_MAJOR == 7) \
++ else if (FBSD_MAJOR == 7) \
+ builtin_define ("__FreeBSD__=7"); \
+ else if (FBSD_MAJOR == 6) \
builtin_define ("__FreeBSD__=6"); \