ports/print/pfbtopfa/files/patch-Makefile
Antoine Brodin 2b5cc424fe - Use ${CC} instead of CC, ${CC} was intented here
- Do not unconditionally strip binary

PR:		200524
2015-05-29 21:48:15 +00:00

9 lines
217 B
Text

--- Makefile.orig 2003-02-06 23:20:14 UTC
+++ Makefile
@@ -13,5 +13,4 @@ CC = gcc
all: pfbtopfa
pfbtopfa: pfbtopfa.c
- CC ${CFLAGS} pfbtopfa.c -o pfbtopfa
- strip pfbtopfa
+ ${CC} ${CFLAGS} pfbtopfa.c -o pfbtopfa