summaryrefslogtreecommitdiff
path: root/audio/pd/files/patch-src_configure
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2003-09-29 11:35:54 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2003-09-29 11:35:54 +0000
commit7ceec35292d5e83807b4a7ed0a99fbebfd689b4b (patch)
tree38d90d14be6b9c886cd0b14671f530c94e0be746 /audio/pd/files/patch-src_configure
parentUpdate to version 3.0.6 (diff)
Update to 0.36-0.
Notes
Notes: svn path=/head/; revision=89780
Diffstat (limited to 'audio/pd/files/patch-src_configure')
-rw-r--r--audio/pd/files/patch-src_configure19
1 files changed, 0 insertions, 19 deletions
diff --git a/audio/pd/files/patch-src_configure b/audio/pd/files/patch-src_configure
deleted file mode 100644
index 90a50b9feb35..000000000000
--- a/audio/pd/files/patch-src_configure
+++ /dev/null
@@ -1,19 +0,0 @@
---- src/configure.orig Thu Apr 25 19:16:29 2002
-+++ src/configure Fri May 24 23:12:20 2002
-@@ -2655,6 +2655,16 @@ fi
-
-
-
-+if test `uname -s` = FreeBSD;
-+then
-+ LDFLAGS="-Wl,-export-dynamic"
-+ EXT=pd_freebsd
-+ MORECFLAGS=-DDL_OPEN
-+ SYSSRC=s_freebsd.c
-+ STRIPFLAG=-s
-+ GUINAME="pd-gui"
-+ OSNUMBER=0
-+fi
-
- if test `uname -s` = Linux;
- then