mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
- Unbreak on -current
PR: 54108 Submitted by: Alexander Marx <mad@madness.at>, maintainer timeout = 2 months
This commit is contained in:
parent
c703f8f577
commit
c7570d4792
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88423
2 changed files with 10 additions and 4 deletions
|
@ -135,10 +135,6 @@ PKGINSTALL_ENV=
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if ${OSVERSION} >= 500113
|
|
||||||
BROKEN= "Does not compile"
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.if !defined(WITHOUT_SERVER) && !defined(WITHOUT_CLIENT) \
|
.if !defined(WITHOUT_SERVER) && !defined(WITHOUT_CLIENT) \
|
||||||
&& !defined(WITHOUT_REXECLINKS) && !defined(NO_GUI) \
|
&& !defined(WITHOUT_REXECLINKS) && !defined(NO_GUI) \
|
||||||
&& !defined(NO_DES) && !defined(NO_AUTOKEY)
|
&& !defined(NO_DES) && !defined(NO_AUTOKEY)
|
||||||
|
|
10
misc/afbackup/files/patch-utils.h
Normal file
10
misc/afbackup/files/patch-utils.h
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- utils.h.orig Sat Jun 28 02:00:49 2003
|
||||||
|
+++ utils.h Sat Jun 28 02:04:23 2003
|
||||||
|
@@ -10,6 +10,8 @@
|
||||||
|
#include <string.h>
|
||||||
|
#include <math.h>
|
||||||
|
#include <x_types.h>
|
||||||
|
+#include <time.h>
|
||||||
|
+#include <sys/types.h>
|
||||||
|
|
||||||
|
#define NO_ERROR 0
|
Loading…
Add table
Reference in a new issue