1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/print/tex/files/patch-af
Jean-Marc Zucconi 1885d4c5c6 Fix the build on amd64.
Submitted by:	jasone
2006-01-18 08:56:15 +00:00

13 lines
441 B
Plaintext

--- kpathsea/config.h.orig Fri Feb 6 04:59:31 1998
+++ kpathsea/config.h Mon Jan 16 21:02:28 2006
@@ -20,6 +20,9 @@
#ifndef KPATHSEA_CONFIG_H
#define KPATHSEA_CONFIG_H
+/* For basename(3). */
+#include <libgen.h>
+
/* System defines are for non-Unix systems only. (Testing for all Unix
variations should be done in configure.) Presently the defines used
are: AMIGA DOS OS2 VMCMS VMS WIN32. I do not use any of these systems