summaryrefslogtreecommitdiff
path: root/audio/pd/files/patch-src_configure
blob: 90a50b9feb350588c11695d3f94d5d0c59b42886 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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