diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2001-10-24 03:18:59 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2001-10-24 03:18:59 +0000 |
commit | 4826c77d475c0682262ca8e396dbb64a0a1d352a (patch) | |
tree | 18f719785a9da27a07e1dd23ad9c9aa7be7495f2 /lang/tclX/files/patch-ad | |
parent | Give alternate distfile location (diff) |
TclX seems abandoned by its original authors, but the maintainers
of TclPro made TclX-8.3 available last year. There is not a whole
lot of changes, and most of them deal with the Windows parts of the
thing, but here is the upgrade 8.3 anyway. Please, test...
I think, it is time to repocopy tclX82 into tclX and get rid of
tclX75, tclX80, and tclX82...
Notes
Notes:
svn path=/head/; revision=49154
Diffstat (limited to 'lang/tclX/files/patch-ad')
-rw-r--r-- | lang/tclX/files/patch-ad | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/tclX/files/patch-ad b/lang/tclX/files/patch-ad index 40fda9da67b1..69011c45858b 100644 --- a/lang/tclX/files/patch-ad +++ b/lang/tclX/files/patch-ad @@ -5,8 +5,8 @@ # Programs and options used by build # -CC = @CC@ --CFLAGS = @CFLAGS@ @TCL_EXTRA_CFLAGS@ -+CFLAGS += @TCL_EXTRA_CFLAGS@ +-CFLAGS = @CFLAGS@ @TCL_CFLAGS_WARNING@ @TCL_EXTRA_CFLAGS@ ++CFLAGS += @TCL_CFLAGS_WARNING@ @TCL_EXTRA_CFLAGS@ SYSCFLAGS = @SYSCFLAGS@ RANLIB = @RANLIB@ AR = ar |