1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/multimedia/ogle/files/patch-ogle.in
Mario Sergio Fujikawa Ferreira 51a9c8beaa 0.9.2
2003-11-10 00:41:15 +00:00

12 lines
325 B
Plaintext

--- scripts/ogle.in.orig Sun Nov 9 18:14:38 2003
+++ scripts/ogle.in Sun Nov 9 18:15:28 2003
@@ -330,7 +330,7 @@
if [ -x $DVDP_ROOT/ogle_gui$gui_debug ]; then
DVDP_UI=$DVDP_ROOT/ogle_gui$gui_debug
else
-DVDP_UI=$exec_prefix/bin/ogle_gui$gui_debug
+DVDP_UI=%%X11BASE%%/lib/ogle/ogle_gui$gui_debug
fi
fi
export DVDP_UI