diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-10-31 10:17:49 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-10-31 10:17:49 +0800 |
commit | c3df285697c15e4668dca19d973153f580143cd6 (patch) | |
tree | b0600d680f39c2c599c6331bb1d72b5eb60d1ed6 | |
parent | a0997a57d26a83bd2cf1e7953a48235c2f038d06 (diff) | |
download | freebsd-ports-gnome-c3df285697c15e4668dca19d973153f580143cd6.tar.gz freebsd-ports-gnome-c3df285697c15e4668dca19d973153f580143cd6.tar.zst freebsd-ports-gnome-c3df285697c15e4668dca19d973153f580143cd6.zip |
fix build on -stable
-rw-r--r-- | devel/gaul/files/patch-gaul_util.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/gaul/files/patch-gaul_util.h b/devel/gaul/files/patch-gaul_util.h new file mode 100644 index 000000000000..514ba91e9d5f --- /dev/null +++ b/devel/gaul/files/patch-gaul_util.h @@ -0,0 +1,11 @@ +--- util/gaul/gaul_util.h.orig Fri Oct 31 10:06:41 2003 ++++ util/gaul/gaul_util.h Fri Oct 31 10:06:52 2003 +@@ -103,7 +103,7 @@ + /* + * Define boolean type sensibly. + */ +-#if HAVE_STDBOOL_H != 1 ++#if HAVE_STDBOOL_H == 1 + # include <stdbool.h> + #else + |