aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-04-09 03:12:04 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-04-09 03:12:04 +0000
commitc28b1ff457babd02818ba64bad434ce328f6290f (patch)
tree1f6a7c837660034eec093582a6416de08a71acb7 /CHANGES
parente13ceabf4d0c74d2a0b786ece8eb70ae2cae34bc (diff)
downloadports-c28b1ff457babd02818ba64bad434ce328f6290f.tar.gz
ports-c28b1ff457babd02818ba64bad434ce328f6290f.zip
Correct the name of one of the _DEPRECATED macros.
Notes
Notes: svn path=/head/; revision=106533
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 6e7207cc6f85..6d194c7f6f11 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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