View | Details | Raw Unified | Return to bug 96778 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (+6 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	smarteiffel
8
PORTNAME=	smarteiffel
9
DISTVERSION=	1.2r6
9
DISTVERSION=	1.2r6
10
PORTREVISION=	1
10
CATEGORIES=	lang
11
CATEGORIES=	lang
11
MASTER_SITES=	http://except.com.ar/downloads/smarteiffel/
12
MASTER_SITES=	http://except.com.ar/downloads/smarteiffel/
12
DISTNAME=	SmartEiffel-${DISTVERSION}
13
DISTNAME=	SmartEiffel-${DISTVERSION}
Lines 30-35 Link Here
30
31
31
SUB_FILES=	pkg-install pkg-message
32
SUB_FILES=	pkg-install pkg-message
32
33
34
post-patch:
35
	${REINPLACE_CMD} -e 's|^.*c_compiler_options:.*$$|c_compiler_options: ${CFLAGS}|'  \
36
			-e 's|^.*cpp_compiler_options:.*$$|cpp_compiler_options: ${CXXFLAGS}|' \
37
			${WRKSRC}/install/gcc.rc
38
33
# Make sure we can set the symbolic link SmartEiffel
39
# Make sure we can set the symbolic link SmartEiffel
34
# to the actual release directory.
40
# to the actual release directory.
35
do-install:
41
do-install:

Return to bug 96778