| Summary: | Correction to PR ports/51249 | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | hfir <hfir> |
| Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
State Changed From-To: open->closed A fix was committed, thanks for your report. |
Sorry, in the problem report ports/51249 all references to "patch-ab" should be replaced with "patch-ac". The updated report should read: 'make' fails due to typo in patch-ac. CFLAGS doesn't exist yet, so += operator fails: [...] ===> Building for poptop-1.1.3_1 cd . && aclocal cd . && automake --foreign Makefile Makefile.am: CFLAGS must be set with `=' before using `+=' *** Error code 1 Stop in /usr/ports/net/poptop/work/pptpd-1.1.3. Fix: In patch-ac, change: +CFLAGS+= -DSBINDIR='"$(sbindir)"' -DETCDIR='"$(sysconfdir)"' to +CFLAGS = -DSBINDIR='"$(sbindir)"' -DETCDIR='"$(sysconfdir)"'