Skip to content

Commit

Permalink
biology/migrate: Use system zlib instead of excluding it from extract
Browse files Browse the repository at this point in the history
Fixes:		dc29da5: Fix extract on aarch64
(cherry picked from commit 882ecb2)
  • Loading branch information
nunotexbsd committed Apr 12, 2024
1 parent ff0344b commit 9b8a859
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions biology/migrate/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= migrate
DISTVERSION= 5.0.6
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= biology
MASTER_SITES= https://peterbeerli.com/migrate-html5/download_version4/
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
Expand All @@ -19,12 +19,12 @@ LICENSE_FILE= ${WRKSRC}/../README
#BROKEN_riscv64= fails to build: make[2]: cannot open makefile

GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-zlib=system
CONFIGURE_ENV= ac_cv_prog_GMAKE="${MAKE}"
MAKE_ARGS= PRETTYCFLAGS="${CFLAGS} -DNOJPEG -DNOZLIB -DNOPNG -Iharu -DPRETTY -lstdc++"

CONFLICTS_INSTALL= py*-sqlalchemy-migrate # bin/migrate

EXTRACT_AFTER_ARGS= --no-same-owner --no-same-permissions --exclude zlib
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src

PORTDOCS= ${PORTNAME}.html HISTORY README README_PARALLEL_GENERAL
Expand Down

0 comments on commit 9b8a859

Please sign in to comment.