mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Fix the build on amd64.
Submitted by: jasone
This commit is contained in:
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
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= tex
|
PORTNAME= tex
|
||||||
PORTVERSION= 3.14159
|
PORTVERSION= 3.14159
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= print
|
CATEGORIES= print
|
||||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||||
MASTER_SITE_SUBDIR= mikeh
|
MASTER_SITE_SUBDIR= mikeh
|
||||||
|
|
12
print/tex/files/patch-af
Normal file
12
print/tex/files/patch-af
Normal 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
|
Loading…
Add table
Reference in a new issue