diff options
Diffstat (limited to 'audio/pd/files/patch-src_configure')
-rw-r--r-- | audio/pd/files/patch-src_configure | 19 |
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 |