View | Details | Raw Unified | Return to bug 140167
Collapse All | Expand All

(-)ports/devel/e4graph/Makefile (-1 / +2 lines)
Lines 46-52 Link Here
46
post-patch:
46
post-patch:
47
	@${REINPLACE_CMD} -e 's|=-O$$|="$${CFLAGS}"|g ; \
47
	@${REINPLACE_CMD} -e 's|=-O$$|="$${CFLAGS}"|g ; \
48
		s|gcc -shared|$$(CC) -shared|g ; \
48
		s|gcc -shared|$$(CC) -shared|g ; \
49
		s|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
49
		s|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir| ; \
50
		s:`awk '"'"'{print }'"'"' /etc/.relid'"'"'`:`awk '"'"'{print }'"'"' /etc/.relid`:g' \
50
			${WRKSRC}/configure
51
			${WRKSRC}/configure
51
	@${CHMOD} +x ${WRKSRC}/scripts/ltconfig
52
	@${CHMOD} +x ${WRKSRC}/scripts/ltconfig

Return to bug 140167