9 lines
233 B
Bash
9 lines
233 B
Bash
#!/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
|