From: Christoph Egger Subject: [PATCH] debian/link-against-needed-libs There are quite some libraries irrlicht needs but does not link against. This patch makes irrlicht link correctly against all the needed libraries. Signed-off-by: Christoph Egger --- source/Irrlicht/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- irrlicht.orig/source/Irrlicht/Makefile +++ irrlicht/source/Irrlicht/Makefile @@ -90,7 +90,7 @@ LIB_PATH = ../../lib/$(SYSTEM) INSTALL_DIR = /usr/local/lib sharedlib install: SHARED_LIB = libIrrlicht.so -sharedlib: LDFLAGS += -L/usr/X11R6/lib$(LIBSELECT) -lGL -lXxf86vm +staticlib sharedlib: LDFLAGS += -L/usr/X11R6/lib$(LIBSELECT) -lGL -lXxf86vm -lX11 -lz -lpng -ljpeg -lbz2 staticlib sharedlib: CXXINCS += -I/usr/X11R6/include #OSX specific options tch'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
Expand)
AgeCommit message (Expand)Author
Author
2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès
2021-10-06gnu: quazip: Update to 1.1....* gnu/packages/compression.scm (quazip): Redefine as an heir to the… (quazip-0): …new name of the previous package definition. Adjust all packages with quazip as input to use quazip-0. Tobias Geerinckx-Rice
2021-06-14gnu: Rename qtbase to qtbase-5....This change was automated via the following command: $ git ls-files | xargs sed -i 's/,qtbase)/,qtbase-5)/g' $ git ls-files | xargs sed -i 's/inherit qtbase)/inherit qtbase-5)/g' $ git ls-files | xargs sed -i 's/package-version qtbase)/package-version qtbase-5)/g' $ git checkout etc # to clear some spurious changes This is done so the qtbase package can be upgraded to version 6 in the following commit. Maxim Cournoyer