diff options
author | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-02-11 12:53:46 +0000 |
---|---|---|
committer | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-02-11 12:53:46 +0000 |
commit | b29874d7afeda146532e29130113192aaf647e7c (patch) | |
tree | a28a7ff0440eccf2a148b4364ed4936e8821722c /audio/mxv | |
parent | upgrade to 4.40h (diff) |
Fix mark as BROKEN.
PR: ports/10014
Submitted-by: axl@iafrica.com
Notes
Notes:
svn path=/head/; revision=16620
Diffstat (limited to 'audio/mxv')
-rw-r--r-- | audio/mxv/Makefile | 4 | ||||
-rw-r--r-- | audio/mxv/files/patch-ab | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/audio/mxv/Makefile b/audio/mxv/Makefile index 51a9e0b10ad9..980ea9e3d293 100644 --- a/audio/mxv/Makefile +++ b/audio/mxv/Makefile @@ -3,7 +3,7 @@ # Date created: 17 March 1997 # Whom: davidn@blaze.net.au # -# $Id: Makefile,v 1.5 1998/08/07 23:56:10 asami Exp $ +# $Id: Makefile,v 1.6 1998/09/28 01:51:38 steve Exp $ # DISTNAME= mxv-v1.10-source @@ -15,8 +15,6 @@ MAINTAINER= davidn@blaze.net.au BUILD_DEPENDS= ${LOCALBASE}/interviews/bin/FREEBSD/ivmkmf:${PORTSDIR}/x11-toolkits/iv -BROKEN_ELF= depends on broken iv port - NO_WRKSUBDIR= yes USE_IMAKE= yes MAKE_ENV= CPU=FREEBSD diff --git a/audio/mxv/files/patch-ab b/audio/mxv/files/patch-ab index ff04b54ed639..bb1e9ae53124 100644 --- a/audio/mxv/files/patch-ab +++ b/audio/mxv/files/patch-ab @@ -13,7 +13,7 @@ + ARCH_CCDEFINES = -DVOXWARE_DACS -DXDisplay=_XDisplay + ARCH_CCFLAGS = + ARCH_CCINCLUDES = -+ ARCH_CCLDFLAGS = ++ ARCH_CCLDFLAGS = -L/usr/local/lib + ARCH_CCLDLIBS = $(APP_FORTLIBS) -lm + DEBUG_CCFLAGS = -Ddebug + |