1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00

The attached patch should fix the package building problem.

Submitted by:	Miguel Mendez <flynn@energyhq.es.eu.org>
This commit is contained in:
Edwin Groothuis 2005-01-16 11:19:33 +00:00
parent 83a39eb793
commit 807cd9d556
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126572

View File

@ -161,7 +161,7 @@ CFLAGS+= -O3 -Wall -Wno-unused -funroll-loops \
SDLSOUNDCOMMENT= \#
# Option DISPLAY_TARGET
.if defined(WITH_SDL)
.if defined(WITH_SDL) || !defined(WITHOUT_SDL)
USE_SDL= sdl
DISPLAY_TARGET= sdl
DISPLAY_METHOD= SDL
@ -233,7 +233,7 @@ do-configure:
-e "s@^SDL_CONFIG.*@SDL_CONFIG = ${SDL_CONFIG}@g" \
-e "s@^GLLIBS += .*@GLLIBS += ${PTHREAD_LIBS}@g" \
${WRKSRC}/makefile.unix
.if defined(WITH_SDL)
.if defined(WITH_SDL) || !defined(WITHOUT_SDL)
${REINPLACE_CMD} -e "s@# JOY_SDL = 1@JOY_SDL = 1@g" ${WRKSRC}/makefile.unix
.endif