You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-gfx/transfig/files/transfig-3.2.5-solaris.patch

13 lines
263 B

Fixes complation error on both Darwin and Solaris
--- fig2dev/fig2dev.h
+++ fig2dev/fig2dev.h
@@ -20,6 +20,7 @@
#include "patchlevel.h"
#include <math.h>
#include <sys/file.h>
+#include <sys/stat.h>
#include <signal.h>
#include <string.h>
#include <pwd.h>