freebsd-ports/multimedia/ogle/files/patch-ogle.in
Martin Wilke 3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00

11 lines
327 B
Text

--- 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=%%LOCALBASE%%/lib/ogle/ogle_gui$gui_debug
fi
fi
export DVDP_UI