Skip to content

Commit

Permalink
archivers/qpress: fix compilation warning
Browse files Browse the repository at this point in the history
- do not bump port revision as it is a cosmetic bug without impact on
  the build result
  • Loading branch information
samm-git committed Jun 6, 2023
1 parent 7d081ad commit 6ec3474
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions archivers/qpress/Makefile
Expand Up @@ -17,8 +17,7 @@ PLIST_FILES= bin/qpress

do-build:
cd ${WRKSRC} && \
${CXX} ${CXXFLAGS} -o qpress qpress.cpp aio.cpp quicklz.c utilities.cpp -lpthread

${CXX} ${CXXFLAGS} -o qpress -x c quicklz.c -x c++ qpress.cpp aio.cpp utilities.cpp -lpthread
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/qpress ${STAGEDIR}${PREFIX}/bin

Expand Down

0 comments on commit 6ec3474

Please sign in to comment.