mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Fix build on alpha and make sure we don't pick up (and break on) bison.
This commit is contained in:
parent
bec80830fd
commit
040d812646
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71235
@ -15,7 +15,8 @@ MAINTAINER= ports@freebsd.org
|
||||
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib
|
||||
CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib \
|
||||
YACC=yacc
|
||||
|
||||
MAN1= c_incl.1 cook.1 cook_bom.1 cook_lic.1 cook_rsh.1 cookfp.1 cooktime.1 \
|
||||
find_libs.1 make2cook.1 roffpp.1
|
||||
|
14
devel/cook/files/patch-common_ac_time.h
Normal file
14
devel/cook/files/patch-common_ac_time.h
Normal file
@ -0,0 +1,14 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- common/ac/time.h.orig Fri Nov 29 23:15:13 2002
|
||||
+++ common/ac/time.h Fri Nov 29 23:15:27 2002
|
||||
@@ -29,7 +29,7 @@
|
||||
* Catch-22: Dec Alpha OSF/1: need to include time.h before sys/time.h
|
||||
* before time.h
|
||||
*/
|
||||
-#ifdef __alpha__
|
||||
+#ifdef __osf1__
|
||||
#ifndef _CLOCK_ID_T
|
||||
#define _CLOCK_ID_T
|
||||
typedef int clockid_t;
|
Loading…
Reference in New Issue
Block a user