freebsd-ports/sysutils/gnomebaker/files/patch-src-main.c
Florent Thoumie 70791afd2c - Update to 0.5.0.
- Add OPTIONS to enable CJK and/or DVD dependancies.

Submitted by:	maintainer
2005-10-20 10:12:53 +00:00

16 lines
345 B
C

--- src/main.c.orig Fri Oct 7 19:53:32 2005
+++ src/main.c Fri Oct 7 19:54:29 2005
@@ -23,12 +23,12 @@
# include <config.h>
#endif
+#include <libintl.h>
#include "gnomebaker.h"
#include <gnome.h>
#include <glade/glade.h>
#include "splashdlg.h"
#include "gbcommon.h"
-#include <libintl.h>
#include <locale.h>
#include <gst/gst.h>