1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/math/oleo/files/patch-src_basic.h
Martin Wilke 9bbd56d5ed - Fix build with gcc 4.2
- Pass maintainership to submitter

PR:		120415
Submitted by:	"Pietro Cerutti" <gahr@gahr.ch>
2008-02-08 23:40:56 +00:00

13 lines
352 B
C

--- src/basic.h.orig 2008-02-08 16:40:42.000000000 +0100
+++ src/basic.h 2008-02-08 16:40:48.000000000 +0100
@@ -36,9 +36,6 @@
extern const int colmagic[9];
extern const int rowmagic[9];
-extern char * motion_name[9];
-extern enum motion_magic complementary_motion[9];
-extern enum motion_magic opposite_motion[9];
extern int run_load_hooks;