diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-11-19 18:35:04 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-11-19 18:35:04 +0000 |
commit | 8bb61e6ab52e8da7b94c05bf5d576a31777d4d10 (patch) | |
tree | 58f78a60c3f1dfce4e55bb3a976219998989acef /packages/debian/patches | |
parent | 36daad8a08b77f06614afe14023267e5af8f754d (diff) |
updated with the files from puredata_0.41.4-1.diff.gz on the Debian page for the puredata package
svn path=/trunk/; revision=12794
Diffstat (limited to 'packages/debian/patches')
-rw-r--r-- | packages/debian/patches/00_buildsys.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/debian/patches/00_buildsys.patch b/packages/debian/patches/00_buildsys.patch new file mode 100644 index 00000000..94197a63 --- /dev/null +++ b/packages/debian/patches/00_buildsys.patch @@ -0,0 +1,21 @@ +diff -ruN pd-0.39-2-old/configure pd-0.39-2/configure +--- configure 1970-01-01 01:00:00.000000000 +0100 ++++ configure 2006-08-01 19:01:27.000000000 +0200 +@@ -0,0 +1,4 @@ ++#!/bin/sh ++ ++cd src; ./configure $@ ++ +diff -ruN pd-0.39-2-old/Makefile pd-0.39-2/Makefile +--- Makefile 1970-01-01 01:00:00.000000000 +0100 ++++ Makefile 2006-08-01 19:01:32.000000000 +0200 +@@ -0,0 +1,9 @@ ++ ++all: ++ make -C src ++ ++install: ++ ++clean: ++ make -C src clean ++ |