File: cross.patch

package info (click to toggle)
bluemon 1.4-11
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 288 kB
  • sloc: ansic: 2,567; makefile: 305; sh: 104; xml: 24
file content (12 lines) | stat: -rw-r--r-- 428 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
--- bluemon-1.4.orig/Makefile
+++ bluemon-1.4/Makefile
@@ -1,6 +1,7 @@
+PKG_CONFIG ?= pkg-config
 LIBRARYPATH ?= /usr/lib
-LIBS = -L$(LIBRARYPATH) -lbluetooth `pkg-config --libs dbus-1`
-INCLUDES=`pkg-config --cflags dbus-1`
+LIBS = -L$(LIBRARYPATH) -lbluetooth `$(PKG_CONFIG) --libs dbus-1`
+INCLUDES=`$(PKG_CONFIG) --cflags dbus-1`
 # Where to put stuff on 'make install'?
 PREFIX ?= $(DESTDIR)/usr
 SBIN    ?= $(PREFIX)/sbin