pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
screengrab, fixed install error
Module Name: pkgsrc-wip
Committed By: pin <voidpin%protonmail.com@localhost>
Pushed By: pin
Date: Mon May 4 08:18:53 2020 +0200
Changeset: b6c4527fdd32626e69b4d1158df54b7ffa2c3f46
Modified Files:
screengrab/Makefile
Removed Files:
screengrab/TODO
Log Message:
screengrab, fixed install error
Installation error:
ERROR: bin/screengrab: missing library: libextedit.so.1.0.0
Fixed.
This package is part of LXQt-0.15.0 but, can be used outside
the DE.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b6c4527fdd32626e69b4d1158df54b7ffa2c3f46
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
screengrab/Makefile | 4 +++-
screengrab/TODO | 2 --
2 files changed, 3 insertions(+), 3 deletions(-)
diffs:
diff --git a/screengrab/Makefile b/screengrab/Makefile
index ed308cdaaa..69a6f91059 100644
--- a/screengrab/Makefile
+++ b/screengrab/Makefile
@@ -19,7 +19,9 @@ CONFIGURE_DIRS= build
CMAKE_ARG_PATH= ..
CMAKE_ARGS+= -DCMAKE_INSTALL_PREFIX=${PREFIX}
-CMAKE_ARGS+= -DSG_EXT_UPLOADS=OFF
+
+LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/screengrab \
+ -L${PREFIX}/lib/screengrab/
pre-configure:
${MKDIR} -p ${WRKSRC}/build
diff --git a/screengrab/TODO b/screengrab/TODO
deleted file mode 100644
index 63a710333f..0000000000
--- a/screengrab/TODO
+++ /dev/null
@@ -1,2 +0,0 @@
-Fix installation error
-ERROR: bin/screengrab: missing library: libextedit.so.1.0.0
Home |
Main Index |
Thread Index |
Old Index