[Bug 193154] audio/gogglesmm: Update to version 0.13.3
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Aug 30 20:12:23 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193154
John Marino <marino at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |marino at FreeBSD.org
--- Comment #1 from John Marino <marino at FreeBSD.org> ---
can you resubmit with a minor change?
OSVERSION needs OPSYS
e.g.
.if ${OSVERSION} < 900000
should be
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 900000
It would be best if OSVERSION wasn't needed at all. There's no setting for
USES=compiler:<opt> that works universally without checking OSVERSION?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list