mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
fd45332828
In addition to the provided stage support: * separate pkg-plist was created * install-strip was implified with the use of INSTALL_TARGET * most configure switches pulled into options framework * redundant post-install pkg-message removed * 2-clause BSD license documented * USE_BZIP2 converted * patch to buffer.cpp added by maintainer PR: ports/190164 Submitted by: Stephan Esser Approved by: maintainer (Alex de Kruijff) Simplified by: marino
12 lines
225 B
C++
12 lines
225 B
C++
--- src/buffer.cpp.orig 2010-02-15 13:08:46.000000000 +0000
|
|
+++ src/buffer.cpp
|
|
@@ -16,7 +16,7 @@
|
|
|
|
#include <new>
|
|
|
|
-extern Buffer *Buffer::singleton = NULL;
|
|
+Buffer *Buffer::singleton = NULL;
|
|
|
|
struct PreventBufferLeak
|
|
{
|