| Summary: | Fixed syntax in libfame.m4 file in multimedia/libfame port | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Grzegorz Blach <magik> | ||||
| Component: | Individual Port(s) | Assignee: | freebsd-multimedia (Nobody) <multimedia> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Responsible Changed From-To: freebsd-ports-bugs->freebsd-multimedia Over to maintainer (via the GNATS Auto Assign Tool) arved 2011-01-28 12:50:21 UTC
FreeBSD ports repository
Modified files:
multimedia/libfame Makefile
Log:
Fix libfame.m4 warnings
PR: 151203
Submitted by: Grzegorz Blach
Feature safe: yes
Revision Changes Path
1.30 +4 -1 ports/multimedia/libfame/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed committed, thanks |
When I call 'aclocal' command, I get warnings: > /usr/local/share/aclocal/libfame.m4:6: warning: underquoted definition of AM_PATH_LIBFAME > /usr/local/share/aclocal/libfame.m4:6: run info '(automake)Extending aclocal' > /usr/local/share/aclocal/libfame.m4:6: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal In attachment, I'm sending a little patch that suppress this warning Fix: Patch attached with submission follows: How-To-Repeat: 1. Install multimedia/libfame port. 2. Go to some directory with automake/autoconf project 3. Call 'aclocal' command