Add support for a -DLIB_SUFFIX=64 for distros that use lib64 rather than lib
Bug #1200109 reported by
Kazade
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Noise |
Fix Released
|
Low
|
Corentin Noël |
Bug Description
Similar to this bug for Granite: https:/
I'm attaching a branch with a fix to allow Noise to be installed on 64bit Fedora 19.
Changed in noise: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
With the linked branch and -DLIB_SUFFIX=64 the install_ manifest. txt looks like this:
/usr/share/ glib-2. 0/schemas/ org.pantheon. noise.gschema. xml libnoise- core.so. 0.1 libnoise- core.so. 0 libnoise- core.so pkgconfig/ noise-core. pc vala/vapi/ noise-core. vapi vala/vapi/ noise-core. deps noise-core/ noise-core. h noise/plugins/ AudioPlayer- Device/ libaudioplayer- device. so noise/plugins/ AudioPlayer- Device/ audioplayer- device. plugin noise/plugins/ iPod-Device/ libipod- device. so noise/plugins/ iPod-Device/ ipod-device. plugin noise/plugins/ CDRom-Device/ libcdrom- device. so noise/plugins/ CDRom-Device/ cdrom-device. plugin noise/plugins/ LastFM/ liblastfm. so noise/plugins/ LastFM/ lastfm. plugin noise/icons/ hicolor/ 16x16/mimetypes /playlist- similar. svg glib-2. 0/schemas/ org.pantheon. noise.lastfm. gschema. xml locale/ sl/LC_MESSAGES/ noise.mo locale/ fi/LC_MESSAGES/ noise.mo
/usr/lib64/
/usr/lib64/
/usr/lib64/
/usr/lib64/
/usr/share/
/usr/share/
/usr/include/
/usr/bin/noise
/usr/lib64/
/usr/lib64/
/usr/lib64/
/usr/lib64/
/usr/lib64/
/usr/lib64/
/usr/lib64/
/usr/lib64/
/usr/share/
/usr/share/
/usr/share/
/usr/share/
And everything seems to function correctly.