mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
- fix typo in header file installed
PR: 132154 Submitted by: Marcin Cieslak <saper at SYSTEM dot PL>
This commit is contained in:
parent
458d3fba3d
commit
e92eb43d35
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229218
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= dejagnu
|
||||
PORTVERSION= 1.4.4
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= misc tcl tk
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
11
misc/dejagnu/files/patch-dejagnu.h
Normal file
11
misc/dejagnu/files/patch-dejagnu.h
Normal file
@ -0,0 +1,11 @@
|
||||
--- dejagnu.h.orig 2009-02-27 10:06:02.041427718 +0100
|
||||
+++ dejagnu.h 2009-02-27 10:06:11.829233615 +0100
|
||||
@@ -136,7 +136,7 @@
|
||||
if (untest)
|
||||
printf ("\t#untested:\t\t%d\n", untest);
|
||||
if (unresolve)
|
||||
- printf ("\t#unresolved:\t\t%d\n", unresolved);
|
||||
+ printf ("\t#unresolved:\t\t%d\n", unresolve);
|
||||
}
|
||||
|
||||
#ifdef __cplusplus
|
Loading…
Reference in New Issue
Block a user