1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/ftp/IglooFTP/files/patch-ac
Steve Price 89b7d2a446 - Use GTK_CONFIG/GLIB_CONFIG instead of hardcoded gtk12-config/glib12-config
- Support CC/CFLAGS/PREIFX/LOCALBASE/X11BASE/MAKE/etc. properly

PR:		19623
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-07-07 19:59:26 +00:00

24 lines
445 B
Plaintext

--- main.c Thu Apr 15 20:05:15 1999
+++ /home/andy/tmp/wrk/src/main.c Mon May 3 13:42:28 1999
@@ -20,6 +20,9 @@
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
+#ifdef __FreeBSD__
+#include <floatingpoint.h>
+#endif
#include "protos.h"
@@ -101,6 +104,10 @@
GtkWidget *vbox1;
char IS_SPAWNED = FALSE;
register int f;
+
+#ifdef __FreeBSD__
+ fpsetmask(0);
+#endif
gtk_set_locale ();
gtk_init (&argc, &argv);