1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

Fix the build on amd64.

Submitted by:	jasone
This commit is contained in:
Jean-Marc Zucconi 2006-01-18 08:56:15 +00:00
parent 6b4280bb0a
commit 1885d4c5c6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153797
2 changed files with 13 additions and 1 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= tex
PORTVERSION= 3.14159
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= mikeh

12
print/tex/files/patch-af Normal file
View File

@ -0,0 +1,12 @@
--- 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