mirror of
https://git.freebsd.org/ports.git
synced 2025-07-01 09:30:30 -04:00
- 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
11 lines
396 B
Text
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)
|