- Use ${CC} instead of CC, ${CC} was intented here
- Do not unconditionally strip binary PR: 200523
This commit is contained in:
parent
e233284ece
commit
4401a143ac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387892
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= felis
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://www.whizkidtech.redprince.net/fports/
|
||||
|
||||
|
10
misc/felis/files/patch-Makefile
Normal file
10
misc/felis/files/patch-Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
--- Makefile.orig 2000-05-13 16:12:00 UTC
|
||||
+++ Makefile
|
||||
@@ -13,6 +13,5 @@ CC = gcc
|
||||
all: felis
|
||||
|
||||
felis: felis.c
|
||||
- CC ${CFLAGS} felis.c -o felis
|
||||
- strip felis
|
||||
+ ${CC} ${CFLAGS} felis.c -o felis
|
||||
|
Loading…
Reference in New Issue
Block a user