summaryrefslogtreecommitdiff
path: root/audio/pd/files/patch-src_configure
diff options
context:
space:
mode:
Diffstat (limited to 'audio/pd/files/patch-src_configure')
-rw-r--r--audio/pd/files/patch-src_configure19
1 files changed, 19 insertions, 0 deletions
diff --git a/audio/pd/files/patch-src_configure b/audio/pd/files/patch-src_configure
new file mode 100644
index 000000000000..90a50b9feb35
--- /dev/null
+++ b/audio/pd/files/patch-src_configure
@@ -0,0 +1,19 @@
+--- 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