summaryrefslogtreecommitdiff
path: root/graphics/pgplot/files/patch-pgdispd_updatelgtitle.c
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-08-31 12:48:28 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-08-31 12:48:28 +0000
commit32399400acc8597c755ba302b222c6006f098a7b (patch)
treea11773e4f907845938374a21db5c6b5fd3575943 /graphics/pgplot/files/patch-pgdispd_updatelgtitle.c
parentgraphics/pgplot: fix build on head (diff)
graphics/pgplot: s/defined/!defined/
Notes
Notes: svn path=/head/; revision=547177
Diffstat (limited to 'graphics/pgplot/files/patch-pgdispd_updatelgtitle.c')
-rw-r--r--graphics/pgplot/files/patch-pgdispd_updatelgtitle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/pgplot/files/patch-pgdispd_updatelgtitle.c b/graphics/pgplot/files/patch-pgdispd_updatelgtitle.c
index b3bd00a3186b..2beaa7115669 100644
--- a/graphics/pgplot/files/patch-pgdispd_updatelgtitle.c
+++ b/graphics/pgplot/files/patch-pgdispd_updatelgtitle.c
@@ -13,7 +13,7 @@
int i;
-#ifndef _AIX
-+#if defined(_AIX) && !defined(__FreeBSD__)
++#if !defined(_AIX) && !defined(__FreeBSD__)
char *sprintf();
#endif