summaryrefslogtreecommitdiff
path: root/sysutils/amanda/scripts/configure
blob: 25832ebaf14dcf5439d736c3b4ba23e7298bac42 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

CFLAGS=`cat /tmp/build-ports-misc-amanda-cflags`
rm /tmp/build-ports-misc-amanda-cflags
echo $CFLAGS

mv $WRKSRC/config/config.h-freebsd2 $WRKSRC/config/config.h
sed "s/#define MK_CCOPTS -g/#define MK_CCOPTS $CFLAGS/" < $WRKSRC/config/options.h-vanilla > $WRKSRC/config/options.h