1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Use ${CC} instead of CC, ${CC} was intented here

- Do not unconditionally strip binary

PR:		200524
This commit is contained in:
Antoine Brodin 2015-05-29 21:48:15 +00:00
parent 8a130e97ca
commit 2b5cc424fe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387896
2 changed files with 10 additions and 0 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= pfbtopfa
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= print
MASTER_SITES= http://www.whizkidtech.redprince.net/pfbtopfa/ \
ftp://ftp.whizkidtech.redprince.net/fonts/

View File

@ -0,0 +1,9 @@
--- 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