diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-27 08:18:42 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-27 08:18:42 +0000 |
commit | c1ed82c60f9e0b8a9403477d11133519e172a58e (patch) | |
tree | c717fe6c75d271d7f59ed5da24c24f087a25e417 /sysutils/qpxtool/files/patch-qpxtool-gui-Makefile | |
parent | - Update to 4.2.0 (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=212083
Diffstat (limited to 'sysutils/qpxtool/files/patch-qpxtool-gui-Makefile')
-rw-r--r-- | sysutils/qpxtool/files/patch-qpxtool-gui-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/qpxtool/files/patch-qpxtool-gui-Makefile b/sysutils/qpxtool/files/patch-qpxtool-gui-Makefile new file mode 100644 index 000000000000..88146143c335 --- /dev/null +++ b/sysutils/qpxtool/files/patch-qpxtool-gui-Makefile @@ -0,0 +1,11 @@ +--- 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) |