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 | e6716a7e39c4f4651164b4772778ca44ff584bbf (patch) | |
tree | 13d045797fbaf40dbd0c2592f90f3194f69f0781 /multimedia/mjpegtools | |
parent | da261bf794c389635fc7ea606882abba2879c213 (diff) | |
download | pkgsrc-e6716a7e39c4f4651164b4772778ca44ff584bbf.tar.gz |
fix comment to match reality
Diffstat (limited to 'multimedia/mjpegtools')
-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" |