]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
libXpm: Fix compile error.
authorStefan Schantl <stefan.schantl@ipfire.org>
Fri, 15 Feb 2013 15:27:24 +0000 (16:27 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Fri, 15 Feb 2013 15:27:24 +0000 (16:27 +0100)
libXpm/libXpm.nm

index 74366a53d75acb605dfb3f88cdc84ea80edb1e55..217320f106b70e1d73b57bd5448a817bdcc60a87 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = libXpm
 version    = 3.5.10
-release    = 1
+release    = 2
 
 maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
 groups     = X/Libraries
@@ -30,9 +30,11 @@ build
                libXt-devel
                pkg-config
                xorg-x11-proto-devel
+               xorg-x11-util-macros
        end
 
        configure_options += \
+               --disable-selective-werror \
                --disable-static
 end