- Use gcc33 for OSVERSION > 501103
- SIZE'ify PR: ports/65421 Submitted by: michael johnson <ahze@ahze.net>
This commit is contained in:
parent
d454928a92
commit
c92094321b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106731
2 changed files with 11 additions and 2 deletions
|
@ -30,7 +30,7 @@ USE_GMAKE= yes
|
|||
USE_X_PREFIX= yes
|
||||
USE_GNOME= gtk20
|
||||
USE_LIBTOOL_VER= 13
|
||||
USE_GCC= 3.2
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \
|
||||
LDFLAGS=-L${LOCALBASE}/lib
|
||||
CONFIGURE_ARGS= --disable-garmin --disable-mysql
|
||||
|
@ -39,7 +39,15 @@ INSTALLS_SHLIB= yes
|
|||
MAN1= gpsdrive.1
|
||||
MANLANG= "" de es
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 501103 && ${OSVERSION} >= 500000
|
||||
USE_GCC=3.2
|
||||
.else
|
||||
USE_GCC=3.3
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
MD5 (gpsdrive-2.07pre7.tar.gz) = 2a409630bc5254920d281adf61f50026
|
||||
SIZE (gpsdrive-2.07pre7.tar.gz) = 1357753
|
||||
|
|
Loading…
Reference in a new issue