summaryrefslogtreecommitdiff
path: root/sysutils/amanda/scripts/configure
blob: fc57653a182daa2e6f46e5827c01bfd31bf41397 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

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

if [ "X`uname -s`" = X"NetBSD" ]; then
	mv $WRKSRC/config/config.h-netbsd1 $WRKSRC/config/config.h
else
	mv $WRKSRC/config/config.h-freebsd2 $WRKSRC/config/config.h
fi
sed "s/#define MK_CCOPTS -g/#define MK_CCOPTS $CFLAGS/" < $WRKSRC/config/options.h-vanilla > $WRKSRC/config/options.h