[SCM] pd-iemnet/master: makefile fix for kFreeBSD

zmoelnig-guest at users.alioth.debian.org zmoelnig-guest at users.alioth.debian.org
Mon Dec 6 17:10:12 UTC 2010


The following commit has been merged in the master branch:
commit 6a9893ae0ae11808b29fc47fb94208691b1959f3
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date:   Mon Dec 6 18:09:40 2010 +0100

    makefile fix for kFreeBSD

diff --git a/debian/patches/hurd_fixes.patch b/debian/patches/kfreebsd_fixes.patch
similarity index 71%
copy from debian/patches/hurd_fixes.patch
copy to debian/patches/kfreebsd_fixes.patch
index deeb6fb..f53b245 100644
--- a/debian/patches/hurd_fixes.patch
+++ b/debian/patches/kfreebsd_fixes.patch
@@ -1,13 +1,13 @@
-Description: allow for Debian GNU/HURD compilation
+Description: allow for Debian GNU/kFreeBSD compilation
 Author: IOhannes m zmölnig
 --- pd-iemnet.orig/Makefile
 +++ pd-iemnet/Makefile
-@@ -110,6 +110,20 @@
-   DISTDIR=$(LIBRARY_NAME)-$(LIBRARY_VERSION)
+@@ -124,6 +124,20 @@
+   STRIP = strip --strip-unneeded -R .note -R .comment
    DISTBINDIR=$(DISTDIR)-$(OS)-$(shell uname -m)
  endif
-+ifeq ($(UNAME),GNU)
-+  # GNU/Hurd, should work like GNU/Linux for basically all externals
++ifeq ($(UNAME),GNU/kFreeBSD)
++  # Debian GNU/kFreeBSD, should work like GNU/Linux for basically all externals
 +  CPU := $(shell uname -m)
 +  SOURCES += $(SOURCES_linux)
 +  EXTENSION = pd_linux
diff --git a/debian/patches/series b/debian/patches/series
index fdd7ad7..c7b84dc 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 fix_makefile.patch
 hurd_fixes.patch
+kfreebsd_fixes.patch

-- 
pd-iemnet packaging



More information about the pkg-multimedia-commits mailing list