mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
4 lines
68 B
Plaintext
4 lines
68 B
Plaintext
|
#! /bin/sh
|
||
|
cd ${WRKSRC}/unix
|
||
|
CFLAGS=-O2 ./configure --with-readline
|