diff options
author | marcus <marcus@FreeBSD.org> | 2004-04-09 03:12:04 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-04-09 03:12:04 +0000 |
commit | 0cdb196a1ce35395a7ef0b2e4e129eb1ea2b9f34 (patch) | |
tree | 1bba2ca32cbf9d843778175265966bacdcb41536 /CHANGES | |
parent | ee57bec2c4c1664137124dd4686fd7b789debefd (diff) | |
download | FreeBSD-ports-0cdb196a1ce35395a7ef0b2e4e129eb1ea2b9f34.zip FreeBSD-ports-0cdb196a1ce35395a7ef0b2e4e129eb1ea2b9f34.tar.gz |
Correct the name of one of the _DEPRECATED macros.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ All ports committers are allowed to commit to this file. GTK_DISABLE_DEPRECATED GDK_DISABLE_DEPRECATED -GLIB_DISABLE_DEPRECATED +G_DISABLE_DEPRECATED The temporary solution is to either patch your port's Makefiles to, or use an in-place regular expression to remove these macros. The |