PERFORCE change 100935 for review

Gabor Kovesdan gabor at FreeBSD.org
Fri Jul 7 20:25:01 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=100935

Change 100935 by gabor at gabor_spitfire on 2006/07/07 20:24:03

	Pass just --prefix=${PREFIX} to the configure script when GNU_CONFIGURE is
	set, not --prefix=${DESTDIR}${PREFIX}.  GNU configure scripts are aware of
	the environmental DESTDIR variable, so the latter one mixed things up.

Affected files ...

.. //depot/projects/soc2006/gabor_ports/Mk/bsd.port.mk#12 edit

Differences ...

==== //depot/projects/soc2006/gabor_ports/Mk/bsd.port.mk#12 (text+ko) ====

@@ -2766,7 +2766,7 @@
 .if !defined(CONFIGURE_MAX_CMD_LEN)
 CONFIGURE_MAX_CMD_LEN!=	${SYSCTL} -n kern.argmax
 .endif
-CONFIGURE_ARGS+=	--prefix=${DESTDIR}${PREFIX} ${CONFIGURE_TARGET}
+CONFIGURE_ARGS+=	--prefix=${PREFIX} ${CONFIGURE_TARGET}
 CONFIGURE_ENV+=		lt_cv_sys_max_cmd_len=${CONFIGURE_MAX_CMD_LEN}
 HAS_CONFIGURE=		yes
 .endif


More information about the p4-projects mailing list