Fix build with pkgconf
Reported by: pointyhat (erwin)
This commit is contained in:
parent
80a49985ce
commit
ba7b51e86d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=301712
1 changed files with 2 additions and 2 deletions
|
@ -26,9 +26,9 @@ USE_PKGCONFIG= yes
|
|||
PORTDOCS= README
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
CPPFLAGS+= `${pkgconfig_DETECT} --cflags SDL_image glut` \
|
||||
CPPFLAGS+= `${LOCALBASE}/bin/pkgconf --cflags SDL_image glut` \
|
||||
`${LOCALBASE}/bin/smpeg-config --cflags`
|
||||
LDFLAGS+= `${pkgconfig_DETECT} --libs SDL_image glut` \
|
||||
LDFLAGS+= `${LOCALBASE}/bin/pkgconf --libs SDL_image glut` \
|
||||
`${LOCALBASE}/bin/smpeg-config --libs`
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
|
Loading…
Reference in a new issue