diff options
author | rafan <rafan@FreeBSD.org> | 2008-08-21 14:23:03 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2008-08-21 14:23:03 +0800 |
commit | 13af23ec273fecc00b8ad5b5185c4dd674d91fcf (patch) | |
tree | c2dbc56a8a00500e90a425e93fdada30115af723 /CHANGES | |
parent | c8007265d81e778bec43e1f7b073b196887b3604 (diff) | |
download | freebsd-ports-gnome-13af23ec273fecc00b8ad5b5185c4dd674d91fcf.tar.gz freebsd-ports-gnome-13af23ec273fecc00b8ad5b5185c4dd674d91fcf.tar.zst freebsd-ports-gnome-13af23ec273fecc00b8ad5b5185c4dd674d91fcf.zip |
- Document CONFIGURE_ARGS changes for GNU_CONFIGURE on the syntax for
CONFIGURE_TARGET
PR: 126524
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -10,6 +10,13 @@ in the release notes. All ports committers are allowed to commit to this file. +20080821: +AUTHOR: rafan@FreeBSD.org + + * CONFIGURE_ARGS is updated to use correct syntax for newer autoconf + on the configure target. Individual ports no longer need to change + CONFIGURE_TARGET to have the '--build=' prefix. + 20080721: AUTHOR: pav@FreeBSD.org |