mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
o Update to 2009.02.23.
o Change handling -fpic/-fPIC option, radically. [NOTE] I don't know what CFLAGS+=-fpic(-fPIC) doesn't inherit to liveMedia's Makefile, yet. But many people reported this issue. So I don't believe to inherit CFLAGS, and I directly replace CFLAGS in liveMedia's Makefile by sed(1). Related PR: ports/129156, ports/131299 [1] Pointed out by: many people
This commit is contained in:
parent
ad24d9e621
commit
5d62d537c5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229093
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= liveMedia
|
||||
PORTVERSION= 2009.01.26
|
||||
PORTVERSION= 2009.02.23
|
||||
PORTREVISION= 0
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= net devel
|
||||
@ -184,7 +184,8 @@ BROKEN= Does not compile
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
@${CP} ${FILESDIR}/config.fixed-${OPSYS:L} ${WRKSRC}/
|
||||
@${SED} -e "s|%%CFLAGS%%|${CFLAGS}|" \
|
||||
${FILESDIR}/config.fixed-${OPSYS:L} > ${WRKSRC}/config.fixed-${OPSYS:L}
|
||||
|
||||
post-build:
|
||||
@${RM} -f ${PLIST}
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (live.2009.01.26.tar.gz) = 7c228d315e8bbe1ec2bd5e1e1b62314b
|
||||
SHA256 (live.2009.01.26.tar.gz) = 943dcc39c4991b3d96aa50b7f0ab12ca0a6f33e1664a3c2e5e8cb953e8f6cc0d
|
||||
SIZE (live.2009.01.26.tar.gz) = 445292
|
||||
MD5 (live.2009.02.23.tar.gz) = 33d99d056ca3b2ca55b38e439be39c0d
|
||||
SHA256 (live.2009.02.23.tar.gz) = cf4168494eef4f58c4d37d2bc87944fa1859b0f768c7c5c8a86c069c3b4e91f3
|
||||
SIZE (live.2009.02.23.tar.gz) = 445825
|
||||
|
@ -1,4 +1,4 @@
|
||||
COMPILE_OPTS = $(CFLAGS) $(INCLUDES) -I. -DBSD=1 -DSOCKLEN_T=socklen_t -DHAVE_SOCKADDR_LEN=1
|
||||
COMPILE_OPTS = %%CFLAGS%% $(INCLUDES) -I. -DBSD=1 -DSOCKLEN_T=socklen_t -DHAVE_SOCKADDR_LEN=1
|
||||
C = c
|
||||
C_COMPILER = $(CC)
|
||||
C_FLAGS = $(COMPILE_OPTS)
|
||||
|
Loading…
Reference in New Issue
Block a user