diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-01-08 18:21:58 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-01-08 18:21:58 +0000 |
commit | 640ff5e7d0298c61a55e03b4e478b064b079a408 (patch) | |
tree | 74d67d761f8a3c46f39e9dd892e6d9d4e007d089 /lang/gcc-ooo | |
parent | bfaee97454a218f7a0260622c444d19f8e85d06e (diff) | |
download | ports-640ff5e7d0298c61a55e03b4e478b064b079a408.tar.gz ports-640ff5e7d0298c61a55e03b4e478b064b079a408.zip |
Notes
Diffstat (limited to 'lang/gcc-ooo')
-rw-r--r-- | lang/gcc-ooo/Makefile | 2 | ||||
-rw-r--r-- | lang/gcc-ooo/files/patch-freebsd-spec.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc-ooo/Makefile b/lang/gcc-ooo/Makefile index 23a3993dd545..5a1bd78ae07c 100644 --- a/lang/gcc-ooo/Makefile +++ b/lang/gcc-ooo/Makefile @@ -8,7 +8,7 @@ PORTNAME= gcc-ooo PORTVERSION= 3.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GCC} \ ${MASTER_SITE_LOCAL} diff --git a/lang/gcc-ooo/files/patch-freebsd-spec.h b/lang/gcc-ooo/files/patch-freebsd-spec.h index 4b58d3f4e04d..2574c49ef854 100644 --- a/lang/gcc-ooo/files/patch-freebsd-spec.h +++ b/lang/gcc-ooo/files/patch-freebsd-spec.h @@ -14,7 +14,7 @@ +#define FBSD_LIB_SPEC " \ + %{!shared: \ + %{!pg: %{pthread:-lpthread} -lc} \ -+ %{pg: %{pthread:-lpthread} -lc_p} \ ++ %{pg: %{pthread:-lpthread_p} -lc_p} \ + }" +#endif /* deal with FreeBSD 5.0 - 5.2.1 */ #else |