diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-09 11:12:04 +0800 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-09 11:12:04 +0800 |
commit | c28b1ff457babd02818ba64bad434ce328f6290f (patch) | |
tree | 1f6a7c837660034eec093582a6416de08a71acb7 /CHANGES | |
parent | e13ceabf4d0c74d2a0b786ece8eb70ae2cae34bc (diff) | |
download | freebsd-ports-gnome-c28b1ff457babd02818ba64bad434ce328f6290f.tar.gz freebsd-ports-gnome-c28b1ff457babd02818ba64bad434ce328f6290f.tar.zst freebsd-ports-gnome-c28b1ff457babd02818ba64bad434ce328f6290f.zip |
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 |