mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
fix audio/id3v2: gcc 3.3 compile trouble
PR: 54966 Submitted by: Barney Wolff <barney@databus.com>
This commit is contained in:
parent
c78ef63727
commit
86e46c55f6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85827
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ COMMENT= Command line id3v2 tag editor
|
|||
LIB_DEPENDS= id3-3.8.2:${PORTSDIR}/audio/id3lib
|
||||
|
||||
USE_GETOPT_LONG=yes
|
||||
CPPFLAGS= -I${LOCALBASE}/include
|
||||
CPPFLAGS= -I${LOCALBASE}/include -DHAVE_DECL_GETOPT=1
|
||||
LDFLAGS= -L${LOCALBASE}/lib
|
||||
CFLAGS+= ${CPPFLAGS}
|
||||
MAKE_ENV= LDFLAGS="${LDFLAGS}"
|
||||
|
|
Loading…
Add table
Reference in a new issue