mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 19:17:44 +00:00
Ports: Remove/replace hardcoded i686-pc-serenity-{gcc,g++,ar,ranlib}
Except in the Lua port's Makefile patch, I couldn't figure this out...
This commit is contained in:
parent
f9cf6bfce1
commit
7cb9237be9
9 changed files with 11 additions and 8 deletions
|
@ -2,4 +2,4 @@
|
|||
port=figlet
|
||||
version=2.2.5
|
||||
files="http://ftp.figlet.org/pub/figlet/program/unix/figlet-${version}.tar.gz figlet-${version}.tar.gz d88cb33a14f1469fff975d021ae2858e"
|
||||
makeopts="CC=i686-pc-serenity-gcc LD=i686-pc-serenity-gcc"
|
||||
makeopts="CC=${CC} LD=${CC}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue