aboutsummaryrefslogtreecommitdiff
path: root/archivers/pbzip2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/pbzip2/Makefile')
-rw-r--r--archivers/pbzip2/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/archivers/pbzip2/Makefile b/archivers/pbzip2/Makefile
index 25a92b2c30c0..2806e87451fa 100644
--- a/archivers/pbzip2/Makefile
+++ b/archivers/pbzip2/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= pbzip2
-PORTVERSION= 0.9.4
+PORTVERSION= 0.9.5
CATEGORIES= archivers
MASTER_SITES= http://compression.ca/pbzip2/
@@ -19,7 +19,8 @@ USE_REINPLACE= yes
PLIST_FILES= bin/pbzip2
post-patch:
- @${REINPLACE_CMD} -e "s,-pthread -lpthread,${PTHREAD_LIBS},g" \
+ @${REINPLACE_CMD} \
+ -e "s,-pthread -lpthread,${PTHREAD_LIBS},g" \
-e "s,-O3,${CXXFLAGS}," \
-e "s,^CC,#CC," \
-e "s,CC,CXX," ${WRKSRC}/Makefile