Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Feb 2014 21:55:51 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343545 - head/lang/p2c/files
Message-ID:  <201402092155.s19Ltpk7047495@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402092155.s19Ltpk7047495>