svn commit: r343545 - head/lang/p2c/files

John Marino marino at FreeBSD.org
Sun Feb 9 21:55:51 UTC 2014


Author: marino
Date: Sun Feb  9 21:55:51 2014
New Revision: 343545
URL: http://svnweb.freebsd.org/changeset/ports/343545
QAT: https://qat.redports.org/buildarchive/r343545/

Log:
  lang/p2c: Restore build on DragonFly

Modified:
  head/lang/p2c/files/patch-trans.h

Modified: head/lang/p2c/files/patch-trans.h
==============================================================================
--- head/lang/p2c/files/patch-trans.h	Sun Feb  9 21:49:51 2014	(r343544)
+++ head/lang/p2c/files/patch-trans.h	Sun Feb  9 21:55:51 2014	(r343545)
@@ -13,7 +13,7 @@
  
  /* Our library omits declarations for these functions! */
  
-+#ifndef __FreeBSD__
++#if !defined(__FreeBSD__) && !defined(__DragonFly__)
  int link           PP( (char *, char *) );
  int unlink         PP( (char *) );
 +#endif


More information about the svn-ports-all mailing list