astro/roadmap, astro/saoimage: fix build on current and deprecate
This commit is contained in:
parent
a0800a53f7
commit
6fef64c64d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=546877
2 changed files with 10 additions and 0 deletions
|
@ -26,6 +26,11 @@ USES= gmake gnome pkgconfig
|
|||
USE_GNOME= gtk20
|
||||
MAKE_ARGS= INSTALLDIR="${PREFIX}" CC="${CC}" CXX="${CXX}"
|
||||
|
||||
CFLAGS+= -fcommon
|
||||
|
||||
EXPIRATION_DATE= 2020-09-30
|
||||
DEPRECATED= Unmaintained and dead upstream
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
PORTDOCS= ${DOCS} README
|
||||
|
|
|
@ -16,6 +16,11 @@ ALL_TARGET= ${OPSYS}
|
|||
USES= xorg
|
||||
USE_XORG= x11
|
||||
|
||||
CFLAGS+= -fcommon
|
||||
|
||||
EXPIRATION_DATE= 2020-09-30
|
||||
DEPRECATED= Unmaintained and dead upstream
|
||||
|
||||
PLIST_FILES= bin/saoimage etc/imtoolrc.sample share/man/man1/saoimage.1.gz
|
||||
|
||||
post-patch:
|
||||
|
|
Loading…
Reference in a new issue