[foobillardplus] 06/07: Fix pkg-config.patch

Markus Koschany apo at moszumanska.debian.org
Thu Mar 8 17:22:21 UTC 2018


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository foobillardplus.

commit 2d69b47c19592339da3850a1536d2600654bfe39
Author: Markus Koschany <apo at debian.org>
Date:   Thu Mar 8 18:05:57 2018 +0100

    Fix pkg-config.patch
---
 debian/patches/pkg-config.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/patches/pkg-config.patch b/debian/patches/pkg-config.patch
index b2495be..7cc40a4 100644
--- a/debian/patches/pkg-config.patch
+++ b/debian/patches/pkg-config.patch
@@ -20,8 +20,8 @@ index 3b7d0fe..0f5a5dd 100644
  
 -FREETYPE_CFLAGS = `freetype-config --cflags`
 -FREETYPE_LIBS   = `freetype-config --libs`
-+FREETYPE_CFLAGS = `pkg-config --cflags`
-+FREETYPE_LIBS   = `pkg-config --libs`
++FREETYPE_CFLAGS = `pkg-config --cflags freetype2`
++FREETYPE_LIBS   = `pkg-config --libs freetype2`
  
  if USE_MATHSINGLE
  MATH_CFLAGS = -DVMATH_SINGLE_PRECISION

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/foobillardplus.git



More information about the Pkg-games-commits mailing list