diff options
author | asami <asami@FreeBSD.org> | 1997-11-15 19:14:49 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-11-15 19:14:49 +0800 |
commit | c1a1d9476b957f976f2b95046b88c2e2d823781b (patch) | |
tree | f54ebe17dfcd6b10ef19763fe04f3503ef5d8cff /x11 | |
parent | 02d115c851812875e55208c474e26f455d484403 (diff) | |
download | freebsd-ports-gnome-c1a1d9476b957f976f2b95046b88c2e2d823781b.tar.gz freebsd-ports-gnome-c1a1d9476b957f976f2b95046b88c2e2d823781b.tar.zst freebsd-ports-gnome-c1a1d9476b957f976f2b95046b88c2e2d823781b.zip |
Correctly spell variable name so this port actually compiles. Seems
like someone commited a port without testing again! :(
Diffstat (limited to 'x11')
-rw-r--r-- | x11/tkgoodstuff/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/tkgoodstuff/files/patch-aa b/x11/tkgoodstuff/files/patch-aa index 490013e97064..cc2c4a6e6dc9 100644 --- a/x11/tkgoodstuff/files/patch-aa +++ b/x11/tkgoodstuff/files/patch-aa @@ -55,7 +55,7 @@ CFLAGS = -O @TCL_DEFS@ @TK_DEFS@ -I$(SRCDIR) \ - -I$(TK_PREFIX)/include -I$(TK_PREFIX)/include/tcl \ -+ -I$(TCL_PREFIX)/include/tcl8.0 \ ++ -I$(TK_PREFIX)/include/tcl8.0 \ + -I$(TK_PREFIX)/include/tk8.0 \ $(XINCLUDES) |