diff options
author | grant <grant@pkgsrc.org> | 2005-07-29 01:15:16 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2005-07-29 01:15:16 +0000 |
commit | 7e561e4ef0b133f5cfb1166ab14b7bd8cc5f4342 (patch) | |
tree | 13d045797fbaf40dbd0c2592f90f3194f69f0781 | |
parent | bf1e7fd6aa8185af14cc17ac2d2dd6d20cca2443 (diff) | |
download | pkgsrc-7e561e4ef0b133f5cfb1166ab14b7bd8cc5f4342.tar.gz |
fix comment to match reality
-rw-r--r-- | multimedia/mjpegtools/hacks.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mjpegtools/hacks.mk b/multimedia/mjpegtools/hacks.mk index 6fda52f341c..c30b7f7cee5 100644 --- a/multimedia/mjpegtools/hacks.mk +++ b/multimedia/mjpegtools/hacks.mk @@ -1,11 +1,11 @@ -# $NetBSD: hacks.mk,v 1.1 2005/06/15 22:42:38 hubertf Exp $ +# $NetBSD: hacks.mk,v 1.2 2005/07/29 01:15:16 grant Exp $ .if !defined(MJPEGTOOLS_HACKS_MK) MJPEGTOOLS_HACKS_MK= defined ### Hack to work around MacOS X 4.x (and probably other)'s gcc 4.x ### which does not understand -fmove-all-movables. Remove that option -### if gcc-4 is _not_ used. +### if gcc-4 is used. ### .include "../../mk/compiler.mk" |