ports/sysutils/qpxtool/files/patch-qpxtool-gui-Makefile
Martin Wilke c1ed82c60f - Add MANCOMPRESSED=no
- Fix library path order so [older] qpxtool libraries
  under /usr/local/lib don't get erroneously linked during
  port updating

PR:		122637
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
Reported by:	bms
2008-04-27 08:18:42 +00:00

11 lines
396 B
Text

--- qpxtool-gui/Makefile.orig 2007-08-19 18:04:14.000000000 +0400
+++ qpxtool-gui/Makefile 2008-04-10 22:06:05.000000000 +0400
@@ -15,7 +15,7 @@
CONFIG+="thread" \
INCLUDEPATH+="../lib/include" \
LIBS+="-lqpxtransport -lqpxplextor -lqpxpioneer -lqpxscan" \
- LIBPATH+="../lib/lib"
+ LIBPATH="../lib/lib \$${LIBPATH}"
install: Makefile.qmake
install -m 4755 qpxtool $(DESTDIR)$(BINDIR)