Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/skype4pidgin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEion Robb <eion@robbmob.com>2015-08-03 14:29:26 +0300
committerEion Robb <eion@robbmob.com>2015-08-03 14:29:26 +0300
commita468e21a446e59cfa63642c2eb124a1afe8563b1 (patch)
treeb63eb483c40fb2936dfbdbee94a14fac4fe93f9e
parente58ec6d6dcde8e4f9aa16c602a429b7d9cd1b635 (diff)
Skypeweb : Define PKG_CONFIG if there's no envvar for it
-rw-r--r--skypeweb/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/skypeweb/Makefile b/skypeweb/Makefile
index e1baed6..33da89e 100644
--- a/skypeweb/Makefile
+++ b/skypeweb/Makefile
@@ -1,5 +1,6 @@
CC ?= cc
CFLAGS ?= -O2 -g -pipe
+PKG_CONFIG ?= pkg-config
DIR_PERM = 0755
FILE_PERM = 0644