12 lines
237 B
Bash
12 lines
237 B
Bash
|
# Copyright 2015 Johannes Nixdorf <mixi@exherbo.org>
|
||
|
# Distributed under the terms of the GNU General Public License v2
|
||
|
|
||
|
require postfix
|
||
|
|
||
|
PLATFORMS="~amd64 ~x86"
|
||
|
|
||
|
DEFAULT_SRC_PREPARE_PATCHES=(
|
||
|
-p0 "${FILES}"/${PNV}-libressl.patch
|
||
|
)
|
||
|
|