freebsd-ports/x11/libGL/scripts/configure

10 lines
233 B
Text
Raw Normal View History

#!/bin/sh
LOCALDEF=$WRKDIR/.config
rm -f $LOCALDEF
echo "#define UseInstalledPrograms YES" >> $LOCALDEF
echo "#define StandardIncludes -I${PREFIX}/include" >> $LOCALDEF
sh $PORTSDIR/x11-servers/xorg-server/scripts/configure.gen