1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00

- Remove USE_X_PREFIX.

- Use SDL_CONFIG.
- Do not quote BROKEN message.

Approved by:	maintainer
This commit is contained in:
Alejandro Pulver 2006-06-25 23:05:03 +00:00
parent 7a51fc9f8a
commit 07dd958a5e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166333
2 changed files with 8 additions and 8 deletions

View File

@ -23,7 +23,6 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
openal.0:${PORTSDIR}/audio/openal \
alut.1:${PORTSDIR}/audio/freealut
USE_X_PREFIX= yes
USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
@ -32,7 +31,8 @@ USE_GL= yes
LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}
CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAKE_ENV= CC="${CC}" CFLAGS="${CFLAGS} ${CXX}" LDFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}"
MAKE_ENV= CC="${CC}" CFLAGS="${CFLAGS} ${CXX}" \
CPPFLAGS="${CPPFLAGS} "LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS+= --enable-cpu-specific-optimizations=no
DOCSDIR= share/doc/${PORTNAME}-${PORTVERSION}
WRKSRC= ${WRKDIR}/CS
@ -56,7 +56,7 @@ OPTIONS= DEBUG "Build with debugging information" on \
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "Does not compile"
BROKEN= Does not compile
.endif
.if ${ARCH} != "i386"
@ -157,7 +157,7 @@ CONFIGURE_ARGS+= --without-bfd
.endif
pre-configure:
@${REINPLACE_CMD} -e 's,sdl-config,sdl11-config,g; \
@${REINPLACE_CMD} -e 's,sdl-config,${SDL_CONFIG:T},g; \
s,86\*),86\*|amd64|ia64),' ${WRKSRC}/configure
post-configure:

View File

@ -23,7 +23,6 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
openal.0:${PORTSDIR}/audio/openal \
alut.1:${PORTSDIR}/audio/freealut
USE_X_PREFIX= yes
USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
@ -32,7 +31,8 @@ USE_GL= yes
LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}
CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAKE_ENV= CC="${CC}" CFLAGS="${CFLAGS} ${CXX}" LDFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}"
MAKE_ENV= CC="${CC}" CFLAGS="${CFLAGS} ${CXX}" \
CPPFLAGS="${CPPFLAGS} "LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS+= --enable-cpu-specific-optimizations=no
DOCSDIR= share/doc/${PORTNAME}-${PORTVERSION}
WRKSRC= ${WRKDIR}/CS
@ -56,7 +56,7 @@ OPTIONS= DEBUG "Build with debugging information" on \
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "Does not compile"
BROKEN= Does not compile
.endif
.if ${ARCH} != "i386"
@ -157,7 +157,7 @@ CONFIGURE_ARGS+= --without-bfd
.endif
pre-configure:
@${REINPLACE_CMD} -e 's,sdl-config,sdl11-config,g; \
@${REINPLACE_CMD} -e 's,sdl-config,${SDL_CONFIG:T},g; \
s,86\*),86\*|amd64|ia64),' ${WRKSRC}/configure
post-configure: