diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-06 03:49:05 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-06 03:49:05 +0000 |
commit | 28e7382123cbc7ef132190c6b3c29b101db38cfc (patch) | |
tree | a9d50288bd0e48228abd908a6f7bd8be06c4e7bd /audio/mxv/files/patch-aa | |
parent | PR: 51521 (diff) |
As announced on 27 March 2003 in <20030328052350.GA18971@rot13.obsecurity.org>,
remove these ports that have been broken for >4 months (in many cases much
longer) with no sign of a fix.
Notes
Notes:
svn path=/head/; revision=80201
Diffstat (limited to 'audio/mxv/files/patch-aa')
-rw-r--r-- | audio/mxv/files/patch-aa | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/audio/mxv/files/patch-aa b/audio/mxv/files/patch-aa deleted file mode 100644 index 803839fcf6a2..000000000000 --- a/audio/mxv/files/patch-aa +++ /dev/null @@ -1,42 +0,0 @@ -*** old/Imakefile Thu Apr 9 19:57:34 1998 ---- Imakefile Mon Jul 12 15:28:20 1999 -*************** -*** 132,137 **** ---- 132,154 ---- - ARCH_OBJS = utils.o - #endif - -+ -+ #if defined(FreeBSDArchitecture) -+ XCOMM Extra defines, include directories, loading flags, and libraries needed -+ XCOMM for the FreeBSD version. The assumption is that you are using Gnu gcc/g++ -+ -+ ARCH_CCDEFINES = -DVOXWARE_DACS -DXDisplay=_XDisplay -+ ARCH_CCFLAGS = -+ ARCH_CCINCLUDES = -+ ARCH_CCLDFLAGS = -L/usr/local/lib -+ ARCH_CCLDLIBS = $(APP_FORTLIBS) -lm -+ DEBUG_CCFLAGS = -Ddebug -+ -+ DAC_OBJS = conv_config.o conv_device.o vw_converter.o -+ ARCH_OBJS = utils.o -+ #endif -+ -+ - #if defined(i386SVR4Architecture) - XCOMM This assumes you have the SoundBlaster card on your machine - ARCH_CCDEFINES = -DSOUNDBLASTER -*************** -*** 243,248 **** ---- 260,270 ---- - MakeObjectFromSrcFlags(sgi_dac, $(OPTIMIZE_CCFLAGS)) - #endif - #if defined(LinuxArchitecture) -+ MakeObjectFromSrcFlags(utils, $(OPTIMIZE_CCFLAGS)) -+ MakeObjectFromSrcFlags(conv_device, $(OPTIMIZE_CCFLAGS)) -+ MakeObjectFromSrcFlags(vw_converter, $(OPTIMIZE_CCFLAGS)) -+ #endif -+ #if defined(FreeBSDArchitecture) - MakeObjectFromSrcFlags(utils, $(OPTIMIZE_CCFLAGS)) - MakeObjectFromSrcFlags(conv_device, $(OPTIMIZE_CCFLAGS)) - MakeObjectFromSrcFlags(vw_converter, $(OPTIMIZE_CCFLAGS)) |