summaryrefslogtreecommitdiff
path: root/amd64-portbld-freebsd13.0
diff options
context:
space:
mode:
Diffstat (limited to 'amd64-portbld-freebsd13.0')
-rwxr-xr-xamd64-portbld-freebsd13.05
1 files changed, 5 insertions, 0 deletions
diff --git a/amd64-portbld-freebsd13.0 b/amd64-portbld-freebsd13.0
new file mode 100755
index 0000000..7661c7a
--- /dev/null
+++ b/amd64-portbld-freebsd13.0
@@ -0,0 +1,5 @@
+#!/bin/sh
+export PREFIX=/usr/local
+export CPPFLAGS="$CPPFLAGS -DDEBUG"
+export CFLAGS="$CFLAGS -g"
+./configure --prefix=$PREFIX --disable-static