diff options
author | Igor Pashev <igor.pashev@nexenta.com> | 2012-11-26 20:05:45 +0400 |
---|---|---|
committer | Igor Pashev <igor.pashev@nexenta.com> | 2012-11-26 20:05:45 +0400 |
commit | 97edaedc0f3a582566b634f0e12733c6b560b431 (patch) | |
tree | c333209dfcac48d0940c2248118d57e4b3f88874 /glib | |
parent | 2fa99c5247c2ddab67d2479ab9d24e5ce3e06ee2 (diff) | |
download | cibs-pkgs-97edaedc0f3a582566b634f0e12733c6b560b431.tar.gz |
glib: use pkg-config and gnu-gettext
Diffstat (limited to 'glib')
-rw-r--r-- | glib/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/glib/Makefile b/glib/Makefile index 8c32332..2043d96 100644 --- a/glib/Makefile +++ b/glib/Makefile @@ -14,6 +14,8 @@ build-depends += \ compress/xz \ library/pcre \ library/libffi \ + developer/pkg-config \ + developer/gnu-gettext \ runtime/python configure-env.32 = DTRACE="dtrace -32" @@ -34,6 +36,9 @@ configure-options += \ configure-options.32 = \ --disable-largefile +configure-env += \ + MSGFMT="/usr/gnu/bin/msgfmt" + name := glib home := http://www.gnu.org/software/$(name)/ release := 2.32 |