mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Use correct argument to disable profiling
PR: ports/113249 Submitted by: Dylan Leigh <dleigh at cs.rmit.edu.au> Approved by: maintainer timeout (20 days)
This commit is contained in:
parent
636e3694da
commit
d8cef9dd9b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194083
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ GTK2_DATA_FILES= ${WRKSRC}/src/gtk/vba.glade
|
|||
.endif
|
||||
|
||||
.ifndef(PROFILING)
|
||||
CONFIGURE_ARGS+= --without-profiling
|
||||
CONFIGURE_ARGS+= --disable-profiling
|
||||
.endif
|
||||
|
||||
pre-everything::
|
||||
|
|
Loading…
Add table
Reference in a new issue