openbsd-ports/x11/ogle/patches/patch-mpeg2_video_Makefile_in
espie baf199b2b6 Update to 0.8.3
- openbsd native audio, mostly thanks to Bjorn.
- slightly better navigation code.
2002-06-15 23:09:34 +00:00

12 lines
331 B
Plaintext

--- mpeg2_video/Makefile.in.orig Wed Jun 12 00:13:36 2002
+++ mpeg2_video/Makefile.in Sun Jun 16 00:51:56 2002
@@ -466,7 +466,7 @@ uninstall-pkglibPROGRAMS:
done
.c.o:
- $(COMPILE) -c $<
+ PATH=${GAS_DIR}:$$PATH $(COMPILE) -c $<
# FIXME: We should only use cygpath when building on Windows,
# and only if it is available.