mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
4f960ddb6b
- Disable PCH (precompiled header) to unbreak build with GCC in jails for older branches and recent 11.0C kernel - Add upstream patch for bundled libenet to unbreak build on DragonFly [1] - Convert patch for ${BUILD_WRKSRC}/Makefile into sed(1) variant - Pet portlint since r383894 by formatting patches with makepatch target PR: 199912 Submitted by: lightside <lightside@gmx.com> (maintainer) Obtained from: https://github.com/lsalzman/enet/commit/8df6e58 [1]
18 lines
258 B
C
18 lines
258 B
C
--- source/src/console.h.orig 2013-10-09 08:27:31 UTC
|
|
+++ source/src/console.h
|
|
@@ -127,7 +127,7 @@
|
|
}
|
|
};
|
|
|
|
-/** WIP ALERT */
|
|
+/** WIP ALERT *//*
|
|
struct textinputbuffer_wip
|
|
{
|
|
string buf;
|
|
@@ -257,4 +257,4 @@
|
|
return false;
|
|
}
|
|
};
|
|
-
|
|
+*/
|