freebsd-ports/graphics/giram/files/patch-src+camera.c
Alexey Dokuchaev 15ae431f93 - Resurrect this port, make it build cleanly
- Take maintainership

Approved by:	fjoe (mentor, implicit), linimon
2004-10-27 09:02:53 +00:00

13 lines
278 B
C

--- src/camera.c.orig Fri Aug 9 18:19:56 2002
+++ src/camera.c Tue Oct 26 17:04:03 2004
@@ -19,6 +19,10 @@
#include <stdlib.h>
#include <stdio.h>
+
+#undef GTK_DISABLE_DEPRECATED
+#warning GTK_DISABLE_DEPRECATED
+
#include <math.h>
#include "giram.h"
#include "utils.h"