mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
551b5541b4
graphics/ogre3d: update to 1.7.2 games/ember: update to 0.6.0 games/freeorion: update to 0.3.13.3795 games/vegastrike: Bump PORTREVISION x11-toolkits/gigi: Bump PORTREVISION PR: 153817, 153818
16 lines
352 B
C
16 lines
352 B
C
--- src/components/lua/tolua++.h.orig 2011-01-19 15:51:08.000000000 +0100
|
|
+++ src/components/lua/tolua++.h 2011-01-19 15:51:58.000000000 +0100
|
|
@@ -31,4 +31,12 @@
|
|
|
|
#include <tolua++.h>
|
|
|
|
+#ifndef Mtolua_new
|
|
+#define Mtolua_new(EXP) new EXP
|
|
+#endif
|
|
+
|
|
+#ifndef Mtolua_delete
|
|
+#define Mtolua_delete(EXP) delete EXP
|
|
+#endif
|
|
+
|
|
#endif /* EMBER_TOLUA_H_ */
|