mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
564a799c71
USE_GCC=yes has been omitted though. Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk. Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,... Exp-run: bdrewery Approved by: portmgr (bdrewery)
13 lines
242 B
C++
13 lines
242 B
C++
--- src/lib/libbasis/combinate.cc.orig
|
|
+++ src/lib/libbasis/combinate.cc
|
|
@@ -3,9 +3,7 @@
|
|
\brief Enter brief description of file here
|
|
*/
|
|
|
|
-extern "C" {
|
|
#include <libciomr/libciomr.h>
|
|
-}
|
|
|
|
#include <stdexcept>
|
|
#include "combinate.h"
|