1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/games/assaultcube/files/patch-source_src_console.h
Jan Beich 4f960ddb6b games/assaultcube: unbreak on DragonFly and the package cluster
- 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]
2015-05-04 11:16:47 +00:00

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;
}
};
-
+*/