diff options
author | Tim Harder <radhermit@gentoo.org> | 2014-06-09 18:18:00 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2014-06-09 18:18:00 +0000 |
commit | c570c1d838daa0200abe882b4fd61fc7e2a6c7fb (patch) | |
tree | 61709f2d226dcb1395d69994cf27cdbf673bd14b /media-gfx/panini/files | |
parent | Version bump (bug #512812). (diff) | |
download | historical-c570c1d838daa0200abe882b4fd61fc7e2a6c7fb.tar.gz historical-c570c1d838daa0200abe882b4fd61fc7e2a6c7fb.tar.bz2 historical-c570c1d838daa0200abe882b4fd61fc7e2a6c7fb.zip |
Fix underlinking issue with zlib (bug #512728).
Package-Manager: portage-2.2.10/cvs/Linux x86_64
Manifest-Sign-Key: 0x4AB3E85B4F064CA3
Diffstat (limited to 'media-gfx/panini/files')
-rw-r--r-- | media-gfx/panini/files/panini-0.71.104-glu.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/panini/files/panini-0.71.104-glu.patch b/media-gfx/panini/files/panini-0.71.104-glu.patch index 6b1a17352e24..e9866161ae10 100644 --- a/media-gfx/panini/files/panini-0.71.104-glu.patch +++ b/media-gfx/panini/files/panini-0.71.104-glu.patch @@ -4,7 +4,7 @@ TARGET = Panini
CONFIG += debug_and_release
QT = gui core opengl
-+LIBS += -lGLU
++LIBS += -lGLU -lz
# # Directories ##
OBJECTS_DIR = build
|