Fix -pg -pthread issue, and bump PORTREVISION.

Submitted by:	hrs
This commit is contained in:
Norikatsu Shigemura 2005-01-08 18:21:58 +00:00
parent bfaee97454
commit 640ff5e7d0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125856
2 changed files with 2 additions and 2 deletions

View File

@ -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}

View File

@ -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