mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Fix MAKE_ENV to make the port build with pending patch from ports/153625.
PR: ports/153625 Submitted by: gerald Feature safe: yes Approved by: ehaupt (mentor)
This commit is contained in:
parent
3495fbcfc0
commit
4579ae2bc7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=267726
4 changed files with 7 additions and 8 deletions
|
@ -23,8 +23,9 @@ USE_GMAKE= yes
|
|||
USE_XORG= x11 xau xdmcp
|
||||
USE_SDL= sdl
|
||||
USE_ZIP= yes
|
||||
MAKE_ENV= CPPFLAGS="-I${LOCALBASE}/include `${SDL_CONFIG} --cflags`" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS} `${SDL_CONFIG} --libs`"
|
||||
CPPFLAGS+= -I${LOCALBASE}/include `${SDL_CONFIG} --cflags`
|
||||
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} `${SDL_CONFIG} --libs`
|
||||
MAKE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
|
||||
OPTIONS= TOOLS "Install additional tools" off
|
||||
TOOLS= as1600 crc32 dasm1600 dis1600 frombit_r gms2rom imvtoppm rom2bin \
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
MD5 (jzintv-1.0-beta3-src.zip) = 67aed7e845726eba6ffc4706a88d3366
|
||||
SHA256 (jzintv-1.0-beta3-src.zip) = 364109dfc03ebf2a19dc4cd578ad6076dcbbda7d482bca3695c4b7e3f46ecce1
|
||||
SIZE (jzintv-1.0-beta3-src.zip) = 2566552
|
||||
|
|
|
@ -28,10 +28,10 @@ USE_SDL= sdl
|
|||
USE_DOS2UNIX= yes
|
||||
DOS2UNIX_REGEX= .*\.(h|cpp)
|
||||
|
||||
CPPFLAGS= "-I${LOCALBASE}/include `${SDL_CONFIG} --cflags` \
|
||||
-DDATAPATH=\\\"${DATADIR}/\\\" -DHOMEDIR"
|
||||
LDFLAGS= "-L${LOCALBASE}/lib ${PTHREAD_LIBS} `${SDL_CONFIG} --libs`"
|
||||
MAKE_ENV= CPPFLAGS=${CPPFLAGS} LDFLAGS=${LDFLAGS}
|
||||
CPPFLAGS+= -I${LOCALBASE}/include `${SDL_CONFIG} --cflags` \
|
||||
-DDATAPATH=\\\"${DATADIR}/\\\" -DHOMEDIR
|
||||
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} `${SDL_CONFIG} --libs`
|
||||
MAKE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
MD5 (OpenJazz-src-260910.zip) = 08f8e0d9e2915139bf645c7a0a03f3e0
|
||||
SHA256 (OpenJazz-src-260910.zip) = d4c18cab4717344b7adfe6b2840ae13b17590bc72ffc4b76e46bb627e6549129
|
||||
SIZE (OpenJazz-src-260910.zip) = 195047
|
||||
|
|
Loading…
Add table
Reference in a new issue