1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Fix build for Alpha.

This commit is contained in:
Steve Price 1999-05-31 05:08:14 +00:00
parent 46b5aaf91d
commit c707bf29ed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19143
6 changed files with 54 additions and 6 deletions

View File

@ -3,7 +3,7 @@
# Date created: Thu May 1 20:28:44 CEST 1997
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $Id: Makefile,v 1.6 1997/10/09 21:04:45 andreas Exp $
# $Id: Makefile,v 1.7 1998/12/24 13:15:23 dirk Exp $
#
DISTNAME= star-1.2
@ -18,8 +18,13 @@ USE_GMAKE= yes
MAKE_ENV= MAKEPROG=gmake
MAN1= star.1
.if ${MACHINE_ARCH} != "i386"
post-extract:
@${LN} -sf i386-freebsd-cc.rul ${WRKSRC}/RULES/${MACHINE_ARCH}-freebsd-cc.rul
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/star/OBJ/i386-freebsd-cc/star ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/star/OBJ/${MACHINE_ARCH}-freebsd-cc/star ${PREFIX}/bin
${LN} -sf ${PREFIX}/bin/star ${PREFIX}/bin/ustar
${INSTALL_MAN} ${WRKSRC}/star/star.1 ${PREFIX}/man/man1

View File

@ -0,0 +1,11 @@
--- include/standard.h.orig Sun May 30 23:20:26 1999
+++ include/standard.h Sun May 30 23:21:25 1999
@@ -182,7 +182,7 @@
extern int wait_chld __PR((int));
extern int geterrno __PR((void));
extern void raisecond __PR((const char *, long));
-extern int snprintf __PR((char *, unsigned, const char *, ...));
+/*extern int snprintf __PR((char *, unsigned, const char *, ...)); */
/*extern int sprintf __PR((char *, const char *, ...)); ist woanders falsch deklariert !!!*/
extern char *strcatl __PR((char *, ...));
extern int streql __PR((const char *, const char *));

View File

@ -3,7 +3,7 @@
# Date created: Thu May 1 20:28:44 CEST 1997
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $Id: Makefile,v 1.6 1997/10/09 21:04:45 andreas Exp $
# $Id: Makefile,v 1.7 1998/12/24 13:15:23 dirk Exp $
#
DISTNAME= star-1.2
@ -18,8 +18,13 @@ USE_GMAKE= yes
MAKE_ENV= MAKEPROG=gmake
MAN1= star.1
.if ${MACHINE_ARCH} != "i386"
post-extract:
@${LN} -sf i386-freebsd-cc.rul ${WRKSRC}/RULES/${MACHINE_ARCH}-freebsd-cc.rul
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/star/OBJ/i386-freebsd-cc/star ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/star/OBJ/${MACHINE_ARCH}-freebsd-cc/star ${PREFIX}/bin
${LN} -sf ${PREFIX}/bin/star ${PREFIX}/bin/ustar
${INSTALL_MAN} ${WRKSRC}/star/star.1 ${PREFIX}/man/man1

View File

@ -0,0 +1,11 @@
--- include/standard.h.orig Sun May 30 23:20:26 1999
+++ include/standard.h Sun May 30 23:21:25 1999
@@ -182,7 +182,7 @@
extern int wait_chld __PR((int));
extern int geterrno __PR((void));
extern void raisecond __PR((const char *, long));
-extern int snprintf __PR((char *, unsigned, const char *, ...));
+/*extern int snprintf __PR((char *, unsigned, const char *, ...)); */
/*extern int sprintf __PR((char *, const char *, ...)); ist woanders falsch deklariert !!!*/
extern char *strcatl __PR((char *, ...));
extern int streql __PR((const char *, const char *));

View File

@ -3,7 +3,7 @@
# Date created: Thu May 1 20:28:44 CEST 1997
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $Id: Makefile,v 1.6 1997/10/09 21:04:45 andreas Exp $
# $Id: Makefile,v 1.7 1998/12/24 13:15:23 dirk Exp $
#
DISTNAME= star-1.2
@ -18,8 +18,13 @@ USE_GMAKE= yes
MAKE_ENV= MAKEPROG=gmake
MAN1= star.1
.if ${MACHINE_ARCH} != "i386"
post-extract:
@${LN} -sf i386-freebsd-cc.rul ${WRKSRC}/RULES/${MACHINE_ARCH}-freebsd-cc.rul
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/star/OBJ/i386-freebsd-cc/star ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/star/OBJ/${MACHINE_ARCH}-freebsd-cc/star ${PREFIX}/bin
${LN} -sf ${PREFIX}/bin/star ${PREFIX}/bin/ustar
${INSTALL_MAN} ${WRKSRC}/star/star.1 ${PREFIX}/man/man1

View File

@ -0,0 +1,11 @@
--- include/standard.h.orig Sun May 30 23:20:26 1999
+++ include/standard.h Sun May 30 23:21:25 1999
@@ -182,7 +182,7 @@
extern int wait_chld __PR((int));
extern int geterrno __PR((void));
extern void raisecond __PR((const char *, long));
-extern int snprintf __PR((char *, unsigned, const char *, ...));
+/*extern int snprintf __PR((char *, unsigned, const char *, ...)); */
/*extern int sprintf __PR((char *, const char *, ...)); ist woanders falsch deklariert !!!*/
extern char *strcatl __PR((char *, ...));
extern int streql __PR((const char *, const char *));