[SCM] vlc/experimental: Fix build on kfreebsd-any
mati75-guest at users.alioth.debian.org
mati75-guest at users.alioth.debian.org
Fri Jan 2 15:21:28 UTC 2015
The following commit has been merged in the experimental branch:
commit fdd19367807514d9217e0fed0ab90b6f44ebcd72
Author: Mateusz Łukasik <mati75 at linuxmint.pl>
Date: Fri Jan 2 16:21:47 2015 +0100
Fix build on kfreebsd-any
diff --git a/debian/rules b/debian/rules
index 478887f..c226ea4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -240,7 +240,7 @@ CXXFLAGS += -mtune=8548
endif
# Disable samba on hurd
-ifeq ($(DEB_HOST_ARCH_OS),linux)
+ifneq (,$(filter-out $(DEB_HOST_ARCH),hurd-i386))
confflags += --enable-smbclient
else
confflags += --disable-smbclient
--
VLC media player packaging
More information about the pkg-multimedia-commits
mailing list