diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-02-09 08:52:36 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-02-09 08:52:36 +0000 |
commit | 7173a6990f0fad46bd1713fbc3d191f47546c50f (patch) | |
tree | d0e213761f1d18097c4a06941a180886f89afe98 /app-text/highlight/files/highlight-3.3-parallel-make.patch | |
parent | x86 stable wrt bug #353870 (diff) | |
download | gentoo-2-7173a6990f0fad46bd1713fbc3d191f47546c50f.tar.gz gentoo-2-7173a6990f0fad46bd1713fbc3d191f47546c50f.tar.bz2 gentoo-2-7173a6990f0fad46bd1713fbc3d191f47546c50f.zip |
Version bump for bug #337531. Bump to EAPI 4, add examples USE flag, explicitly set RDEPEND="${DEPEND}", and fix parallel make issue.
(Portage version: 2.2.0_alpha22/cvs/Linux x86_64)
Diffstat (limited to 'app-text/highlight/files/highlight-3.3-parallel-make.patch')
-rw-r--r-- | app-text/highlight/files/highlight-3.3-parallel-make.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-text/highlight/files/highlight-3.3-parallel-make.patch b/app-text/highlight/files/highlight-3.3-parallel-make.patch new file mode 100644 index 000000000000..9d56c5e60eb5 --- /dev/null +++ b/app-text/highlight/files/highlight-3.3-parallel-make.patch @@ -0,0 +1,11 @@ +--- highlight-3.3/src/makefile.orig ++++ highlight-3.3/src/makefile +@@ -103,7 +103,7 @@ + highlight-gui: libhighlight.a ${GUI_OBJECTS} + cd gui-qt && \ + ${QMAKE} 'DEFINES+=DATA_DIR=\\\"${HL_DATA_DIR}\\\" CONFIG_DIR=\\\"${HL_CONFIG_DIR}\\\" DOC_DIR=\\\"${HL_DOC_DIR}\\\"' && \ +- make ++ $(MAKE) + + $(OBJECTFILES) : makefile + |