Skip to content

Commit

Permalink
textproc/ugrep: Fix --enable-hidden option
Browse files Browse the repository at this point in the history
PR:		273226
Reported by:	Oleh Hushchenkov <o dot hushchenkov at gmail dot com>
  • Loading branch information
wahjava committed Aug 20, 2023
1 parent 4754e9f commit 522764c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions textproc/ugrep/Makefile
@@ -1,6 +1,7 @@
PORTNAME= ugrep
DISTVERSIONPREFIX= v
DISTVERSION= 4.0.0
PORTREVISION= 1
CATEGORIES= textproc

MAINTAINER= ashish@FreeBSD.org
Expand Down
11 changes: 11 additions & 0 deletions textproc/ugrep/files/patch-configure
@@ -0,0 +1,11 @@
--- configure.orig 2023-08-20 17:40:51 UTC
+++ configure
@@ -8418,7 +8418,7 @@ fi
# Check whether --enable-hidden was given.
if test ${enable_hidden+y}
then :
- enableval=$enable_hidden; with_hidden="yes"
+ enableval=$enable_hidden; with_hidden="$enable_hidden"
else $as_nop
with_hidden="no"
fi

0 comments on commit 522764c

Please sign in to comment.