Skip to content

Commit

Permalink
math/gap: Attempt to fix for autoconf problems
Browse files Browse the repository at this point in the history
Suggested by:	tijl@FreeBSD.org
  • Loading branch information
yurivict committed Mar 4, 2024
1 parent 14d3a9a commit 5308e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion math/gap/Makefile
Expand Up @@ -20,7 +20,7 @@ USES= gmake libtool localbase perl5 readline shebangfix
USE_PERL5= run
USE_LDCONFIG= yes

SHEBANG_FILES= .
SHEBANG_FILES= . -not -name '*.ac' -not -name '*.am' -not -name '*.m4'

GNU_CONFIGURE= yes

Expand Down

0 comments on commit 5308e84

Please sign in to comment.