svn commit: r547177 - head/graphics/pgplot/files

Piotr Kubaj pkubaj at FreeBSD.org
Mon Aug 31 12:48:29 UTC 2020


Author: pkubaj
Date: Mon Aug 31 12:48:28 2020
New Revision: 547177
URL: https://svnweb.freebsd.org/changeset/ports/547177

Log:
  graphics/pgplot: s/defined/!defined/

Modified:
  head/graphics/pgplot/files/patch-pgdispd_updatelgtitle.c

Modified: head/graphics/pgplot/files/patch-pgdispd_updatelgtitle.c
==============================================================================
--- head/graphics/pgplot/files/patch-pgdispd_updatelgtitle.c	Mon Aug 31 12:47:35 2020	(r547176)
+++ head/graphics/pgplot/files/patch-pgdispd_updatelgtitle.c	Mon Aug 31 12:48:28 2020	(r547177)
@@ -13,7 +13,7 @@
  	int i;
  
 -#ifndef _AIX
-+#if defined(_AIX) && !defined(__FreeBSD__)
++#if !defined(_AIX) && !defined(__FreeBSD__)
  	char *sprintf();
  #endif
  


More information about the svn-ports-all mailing list