1
0
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:
Dmitry Marakasov 2009-02-28 13:59:34 +00:00
parent 458d3fba3d
commit e92eb43d35
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229218
2 changed files with 12 additions and 1 deletions

View File

@ -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}

View 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