mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
Fix values.h build problem
Submitted by: bento
This commit is contained in:
parent
e683f074ad
commit
d71ebcfb97
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67125
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= iv
|
||||
PORTVERSION= 3.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= japanese graphics
|
||||
MASTER_SITES= ftp://interviews.stanford.edu/pub/ \
|
||||
${MASTER_SITE_PORTS_JP}
|
||||
|
14
japanese/iv/files/patch-cp
Normal file
14
japanese/iv/files/patch-cp
Normal file
@ -0,0 +1,14 @@
|
||||
--- src/lib/IV-2_6/rubrect.c.org Wed Sep 25 22:28:00 2002
|
||||
+++ src/lib/IV-2_6/rubrect.c Wed Sep 25 22:28:59 2002
|
||||
@@ -32,7 +32,11 @@
|
||||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
#ifndef apollo
|
||||
+#ifdef __FreeBSD__
|
||||
+#include <limits.h>
|
||||
+#else
|
||||
#include <values.h>
|
||||
+#endif
|
||||
#endif
|
||||
|
||||
RubberRect::RubberRect(
|
Loading…
x
Reference in New Issue
Block a user