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:
parent
1c4f731250
commit
eb583c9dd9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330606
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= isc-cron
|
||||
PORTVERSION= 4.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_ISC}
|
||||
MASTER_SITE_SUBDIR= cron
|
||||
|
11
sysutils/isc-cron/files/patch-Makefile
Normal file
11
sysutils/isc-cron/files/patch-Makefile
Normal 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)
|
Loading…
Reference in New Issue
Block a user