| Summary: | new port: sysutils/highlnk | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Emanuel Haupt <ehaupt> | ||||
| Component: | Individual Port(s) | Assignee: | Michael Johnson <ahze> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Emanuel Haupt
2005-06-20 22:50:18 UTC
State Changed From-To: open->feedback Responsible Changed From-To: freebsd-ports-bugs->ahze Port does not honor CC Please apply the following patch to my original Makefile
cheers,
emanuel
--- makefile.patch start ---
--- Makefile.orig Wed Jun 22 08:27:42 2005
+++ Makefile Wed Jun 22 08:27:47 2005
@@ -23,7 +23,7 @@
@${REINPLACE_CMD} -e 's|linux/limits.h|sys/syslimits.h|' \
${WRKSRC}/finder.c \
${WRKSRC}/highlnk.c
- @${REINPLACE_CMD} -e 's|^FLAGS.*|FLAGS = ${CFLAGS}|' \
+ @${REINPLACE_CMD} -e 's|^FLAGS.*|FLAGS = ${CFLAGS}|; s|^\(CC\).*|\1?=gcc|' \
${WRKSRC}/Makefile
do-install:
--- makefile.patch end ---
State Changed From-To: feedback->closed New Port Added, Thanks |