gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r3871: pkg-config fix build arguement


From: Carl Hansen
Subject: [Gsrc-commit] trunk r3871: pkg-config fix build arguement
Date: Sat, 17 Sep 2016 10:22:11 +0000 (UTC)
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 3871
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Sat 2016-09-17 03:22:04 -0700
message:
  pkg-config fix build arguement
modified:
  pkg/gnome/pkg-config/Makefile  makefile-20160617013746-7ygosxqw3lxxvo7f-1297
  pkg/gnome/pkg-config/config.mk config.mk-20160617014604-fvwr217e43szng65-1
=== modified file 'pkg/gnome/pkg-config/Makefile'
--- a/pkg/gnome/pkg-config/Makefile     2016-06-17 19:08:15 +0000
+++ b/pkg/gnome/pkg-config/Makefile     2016-09-17 10:22:04 +0000
@@ -22,24 +22,25 @@
 
 NAME =    pkg-config
 GARNAME = pkg-config
+GARVERSION = 0.29.1
 HOME_URL = http://pkg-config.freedesktop.org/
 DESCRIPTION = A tool for managing dynamically linked libraries and headers
 define BLURB
 pkg-config is a helper tool used when compiling applications and
 libraries. It helps you insert the correct compiler options on the
-command line so an application can use gcc -o test test.cpkg-config --libs
---cflags glib-2.0 for instance, rather than hard-coding values on where
+command line so an application can use 
+gcc -o test test.cpkg-config --libs --cflags glib-2.0 
+for instance, rather than hard-coding values on where
 to find glib (or other libraries). It is language-agnostic, so it can
 be used for defining the location of documentation tools, for instance.
 endef
-GARVERSION = 0.29.1
 
 ######################################################################
 
-MASTER_SITES =  https://pkg-config.freedesktop.org/releases/
-MASTER_SUBDIR = 
-DISTFILES =     pkg-config-0.29.1.tar.gz 
-SIGFILES =      pkg-config-0.29.1.tar.gz.asc
+MASTER_SITES =  https://$(GARNAME).freedesktop.org/
+MASTER_SUBDIR =  releases/
+DISTFILES =     $(GARNAME)-$(GARVERSION).tar.gz 
+SIGFILES =      $(GARNAME)-$(GARVERSION).tar.gz 
 
 BUILDDEPS = 
 LIBDEPS = 

=== modified file 'pkg/gnome/pkg-config/config.mk'
--- a/pkg/gnome/pkg-config/config.mk    2016-09-07 21:45:12 +0000
+++ b/pkg/gnome/pkg-config/config.mk    2016-09-17 10:22:04 +0000
@@ -5,4 +5,4 @@
 CONFIGURE_OPTS ?=  --with-internal-glib
 # experiment
 
-BUILD_OPTS ?= -Wwarning=format-nonliteral
+BUILD_OPTS ?=  CFLAGS+="-Wno-error=format-nonliteral"


reply via email to

[Prev in Thread] Current Thread [Next in Thread]