1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

fix so it isn't BROKEN

Reviewed by:	obrien
Obtained from:	bento.freebsd.org
This commit is contained in:
Michael Haro 1999-04-18 23:15:11 +00:00
parent 14ab1fad9b
commit 3ca49d9d8b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17982
2 changed files with 17 additions and 9 deletions

View File

@ -4,7 +4,7 @@
# Date created: Thur Sept 25, 1998
# Whom: David O'Brien (obrien@NUXI.com)
#
# $Id: Makefile,v 1.1.1.1 1998/09/25 10:57:57 obrien Exp $
# $Id: Makefile,v 1.2 1998/11/11 05:37:27 asami Exp $
#
DISTNAME= cwish
@ -15,15 +15,9 @@ MASTER_SITES= http://www.hcs.de/users/hm/packages/
MAINTAINER= obrien@FreeBSD.org
NO_WRKSUBDIR= yes
ALL_TARGET= #emtpy
ALL_TARGET= cwish
MAN1= cwish.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 300000
BROKEN= "headers problem"
.endif
pre-configure:
${CP} ${WRKSRC}/Makefile.freebsd ${WRKSRC}/Makefile
@ -31,4 +25,4 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cwish ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/cwish.1 ${PREFIX}/man/man1
.include <bsd.port.post.mk>
.include <bsd.port.mk>

14
misc/cwish/files/patch-03 Normal file
View File

@ -0,0 +1,14 @@
--- files.c.orig Sun Apr 18 14:16:10 1999
+++ files.c Sun Apr 18 14:17:43 1999
@@ -45,6 +45,11 @@
#include "cwish.h" /* global include file */
+#ifdef __FreeBSD__
+#include <sys/disklabel.h>
+#define MOUNT_CD9660 FS_ISO9660
+#endif
+
#ifdef ultrix
#include <sys/fs_types.h>