devel/pharmacy: fix build with clang
- Fix build with clang, -Wno-return-type - Add LICENSE (GPLv2) Approved by: culot / jpaetzel (mentors, implicit)
This commit is contained in:
parent
d214b765b1
commit
fb999d5b77
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321040
1 changed files with 4 additions and 1 deletions
|
@ -10,10 +10,13 @@ MASTER_SITES= SF
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= GNOME frontend for CVS
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USE_GMAKE= yes
|
||||
USES= pathfix gettext
|
||||
USES= pathfix gettext
|
||||
USE_GNOME= gnomeprefix gnomelibs
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -Wno-return-type
|
||||
CONFIGURE_ENV+= CPPCFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
|
||||
|
|
Loading…
Reference in a new issue