diff options
author | lioux <lioux@FreeBSD.org> | 2009-01-18 19:08:51 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2009-01-18 19:08:51 +0800 |
commit | ab9f72e6ec55c274902e0bbfb3bd6b0081710c44 (patch) | |
tree | 284cd1d17e377d0bee4f7b19a2410c9dab35e80e /archivers | |
parent | 9d0b504ff0350a5e36814a680a51c6ed84993c8b (diff) | |
download | freebsd-ports-gnome-ab9f72e6ec55c274902e0bbfb3bd6b0081710c44.tar.gz freebsd-ports-gnome-ab9f72e6ec55c274902e0bbfb3bd6b0081710c44.tar.zst freebsd-ports-gnome-ab9f72e6ec55c274902e0bbfb3bd6b0081710c44.zip |
Uphold CXXFLAGS
PR: 130681
Approved by: maintainer
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/pbzip2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/pbzip2/Makefile b/archivers/pbzip2/Makefile index a285dce6a151..b6f2ef4212f1 100644 --- a/archivers/pbzip2/Makefile +++ b/archivers/pbzip2/Makefile @@ -25,7 +25,7 @@ USE_GMAKE= YES post-patch: @${REINPLACE_CMD} \ -e 's,-pthread -lpthread,${PTHREAD_LIBS},g; \ - s,-O3,${CXXFLAGS},; \ + s,-O2,${CXXFLAGS},; \ s,^CC,#CC,; \ s,CC,CXX,' ${WRKSRC}/Makefile |