On Sat, Dec 02, 2006 at 05:47:58PM -0500, John Abrams wrote:
> I'm trying to make index on a FreeBSD 4.11-STABLE box, and for some time
> I keep getting this error  (I have cvsupped several times):

I have back-ported make(1) from a recent version of FreeBSD; you might
want to install it, from devel/make. This will save you a bit of
suffering. Install with PREFIX=/usr to overwrite the old make(1) in
base, or set MAKE=/usr/local/bin/make and use the full path to run it.

Alternatively, the attached patch will fix this particular problem.

-- 
Shaun Amott // PGP: 0x6B387A9A
"A foolish consistency is the hobgoblin
of little minds." - Ralph Waldo Emerson
Index: Makefile.common
===================================================================
RCS file: /home/pcvs/ports/multimedia/gstreamer-plugins/Makefile.common,v
retrieving revision 1.37
diff -u -r1.37 Makefile.common
--- Makefile.common     18 Nov 2006 18:47:34 -0000      1.37
+++ Makefile.common     3 Dec 2006 02:30:11 -0000
@@ -63,7 +63,7 @@
                mpeg2dec \
                sidplay
 
-.for i in ${BASE_GST_ALL_PLUGINS} ${BAD_GST_ALL_PLUGINS} 
${UGLY_GST_ALL_PLUGINS}
+.for i in ${BASE_GST_ALL_PLUGINS} ${BAD_GST_ALL_PLUGINS} 
${UGLY_GST_ALL_PLUGINS} esound
 gst_${i}_GCONF_SCHEMAS?=       # Empty
 gst_${i}_USE_SDL?=             # Empty
 .endfor

Attachment: pgpjMFvbwmmzJ.pgp
Description: PGP signature

Reply via email to