[SCM] zita-resampler/master: Oops! Replace := with ?=

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sat Jan 28 19:24:39 UTC 2012


The following commit has been merged in the master branch:
commit 6bfa2a51090fb405dcb529402674b612270da39c
Author: Alessio Treglia <alessio at debian.org>
Date:   Sat Jan 28 20:24:20 2012 +0100

    Oops! Replace := with ?=
    
    Git-Dch: Ignore

diff --git a/debian/patches/01-makefile.patch b/debian/patches/01-makefile.patch
index f1b047f..017a84d 100644
--- a/debian/patches/01-makefile.patch
+++ b/debian/patches/01-makefile.patch
@@ -20,7 +20,7 @@ Forwarded: not-needed
 +PREFIX = /usr
  SUFFIX := $(shell uname -m | sed -e 's/^unknown/$//' -e 's/^i.86/$//' -e 's/^x86_64/$/64/')
 -LIBDIR = lib$(SUFFIX)
-+LIBDIR := lib
++LIBDIR ?= lib
  DISTDIR = zresample-$(VERSION)
  VERSION = 0.4.0
  MANDIR = /usr/share/man/man1
@@ -53,7 +53,7 @@ Forwarded: not-needed
 +PREFIX = /usr
  SUFFIX := $(shell uname -m | sed -e 's/^unknown/$//' -e 's/^i.86/$//' -e 's/^x86_64/$/64/')
 -LIBDIR = lib$(SUFFIX)
-+LIBDIR := lib
++LIBDIR ?= lib
  
  MAJVERS = 1
  MINVERS = 1.0

-- 
zita-resampler packaging



More information about the pkg-multimedia-commits mailing list