Skip to content

Commit

Permalink
graphviz: fix missing library for gvpack
Browse files Browse the repository at this point in the history
  • Loading branch information
niclas authored and donald committed Sep 11, 2019
1 parent 6963bd5 commit ddf60ed
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions graphviz.be0
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
## The source URL(s) define the location of the sources that will be
## downloaded. Version variables may be used to simplify reuse of this bee-file.

SRCURL[0]="https://gitlab.com/graphviz/graphviz/-/archive/stable_release_${PKGVERSION}/graphviz-stable_release_${PKGVERSION}.tar.gz graphviz-${PKGVERSION}.tar.gz"
SRCURL[0]="https://gitlab.com/graphviz/graphviz/-/archive/stable_release_${PKGVERSION}/${PKGNAME}-stable_release_${PKGVERSION}.tar.gz ${PKGNAME}-${PKGVERSION}.tar.gz"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
Expand Down Expand Up @@ -53,9 +53,10 @@ SRCURL[0]="https://gitlab.com/graphviz/graphviz/-/archive/stable_release_${PKGVE
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}
mee_configure() {
bee_configure -DCMAKE_COLOR_MAKEFILE=OFF -DCMAKE_VERBOSE_MAKEFILE=ON \
-DCMAKE_EXE_LINKER_FLAGS=-Wl,-rpath,/usr/lib/graphviz
}

#mee_build() {
# bee_build
Expand Down

0 comments on commit ddf60ed

Please sign in to comment.