fix link for gcc3

This commit is contained in:
espie 2003-12-30 18:49:04 +00:00
parent 3fea5ca3f8
commit b9526f630b

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2003/09/25 06:25:13 jolan Exp $
# $OpenBSD: Makefile,v 1.11 2003/12/30 18:49:04 espie Exp $
COMMENT= "SDL C++ GUI widget library"
@ -26,4 +26,10 @@ CONFIGURE_STYLE= gnu
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${X11BASE}/lib"
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
.include <bsd.own.mk>
USE_GCC3?=No
.if ${USE_GCC3:L} == "yes"
MAKE_FLAGS+=libGUI_la_LIBADD=-lsupc++
.endif
.include <bsd.port.mk>