1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Fix build on 10.0

This commit is contained in:
Edwin Groothuis 2013-10-17 06:22:36 +00:00
parent 1c4f731250
commit eb583c9dd9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330606
2 changed files with 12 additions and 0 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= isc-cron
PORTVERSION= 4.1
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_ISC}
MASTER_SITE_SUBDIR= cron

View File

@ -0,0 +1,11 @@
--- Makefile.orig 2013-10-18 04:21:17.000000000 +1100
+++ Makefile 2013-10-18 04:21:22.000000000 +1100
@@ -66,7 +66,7 @@
#<<lint flags of choice?>>
LINTFLAGS = -hbxa $(INCLUDE) $(DEBUGGING)
#<<want to use a nonstandard CC?>>
-CC = gcc -Wall -Wno-unused -Wno-comment
+CC = cc -Wall -Wno-unused -Wno-comment
#<<manifest defines>>
DEFS =
#(SGI IRIX systems need this)