- fix runtime problem

Submitted by:	Volker Stolz
Approved by:	portmgr (krion)
This commit is contained in:
Dirk Meyer 2005-01-07 13:12:37 +00:00
parent 5da403f2ab
commit 1e554a4dc2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125746
2 changed files with 2 additions and 8 deletions

View file

@ -7,6 +7,7 @@
PORTNAME= console
PORTVERSION= ${CONSOLE_LICQ_VER}
PORTREVISION= 1
CATEGORIES= net
LIB_DEPENDS= cdk.4:${PORTSDIR}/devel/cdk
@ -24,10 +25,6 @@ LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
USE_GCC= 3.3
.endif
.if ${ARCH} == "alpha"
BROKEN= gp-relative relocation against dynamic symbol
.endif

View file

@ -7,6 +7,7 @@
PORTNAME= console
PORTVERSION= ${CONSOLE_LICQ_VER}
PORTREVISION= 1
CATEGORIES= net
LIB_DEPENDS= cdk.4:${PORTSDIR}/devel/cdk
@ -24,10 +25,6 @@ LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
USE_GCC= 3.3
.endif
.if ${ARCH} == "alpha"
BROKEN= gp-relative relocation against dynamic symbol
.endif