diff options
author | nork <nork@FreeBSD.org> | 2005-01-09 02:21:58 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2005-01-09 02:21:58 +0800 |
commit | 0bc7d5189efe8b06c76c4ec9f60c087c845675b7 (patch) | |
tree | c8bec5f4aea6d8fd1a9cd3cbf2e80d4f7828f1f1 /lang | |
parent | 79a1d84ed40fc21b9f9e38df0e266c8b8b789aef (diff) | |
download | freebsd-ports-gnome-0bc7d5189efe8b06c76c4ec9f60c087c845675b7.tar.gz freebsd-ports-gnome-0bc7d5189efe8b06c76c4ec9f60c087c845675b7.tar.zst freebsd-ports-gnome-0bc7d5189efe8b06c76c4ec9f60c087c845675b7.zip |
Fix -pg -pthread issue, and bump PORTREVISION.
Submitted by: hrs
Diffstat (limited to 'lang')
-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 |