Advertisement
gusibsd

Untitled

Oct 11th, 2013
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. Index: bsd.port.mk
  2. ===================================================================
  3. --- bsd.port.mk (revision 1191)
  4. +++ bsd.port.mk (working copy)
  5. @@ -1129,6 +1129,7 @@
  6. INDEXDIR?= ${PORTSDIR}
  7. SRC_BASE?= /usr/src
  8. USESDIR?= ${PORTSDIR}/Mk/Uses
  9. +SCRIPTSDIR?= ${PORTSDIR}/Mk/Scripts
  10. LIB_DIRS?= /lib /usr/lib ${LOCALBASE}/lib
  11.  
  12. .if defined(FORCE_STAGE)
  13. @@ -2055,6 +2056,7 @@
  14. .include "${USESDIR}/${_f}.mk"
  15. .endfor
  16.  
  17. +
  18. .if defined(USE_XORG)
  19. # Add explicit X options to avoid problems with false positives in configure
  20. .if defined(GNU_CONFIGURE)
  21. @@ -6280,7 +6282,7 @@
  22. .endif
  23. @TMPOPTIONSFILE=$$(mktemp -t portoptions); \
  24. trap "${RM} -f $${TMPOPTIONSFILE}; exit 1" 1 2 3 5 10 13 15; \
  25. - ${SETENV} ${D4P_ENV} ${SH} ${PORTSDIR}/Tools/scripts/dialog4ports.sh $${TMPOPTIONSFILE} || { \
  26. + ${SETENV} ${D4P_ENV} ${SH} ${SCRIPTSDIR}/dialog4ports.sh $${TMPOPTIONSFILE} || { \
  27. ${RM} -f $${TMPOPTIONSFILE}; \
  28. ${ECHO_MSG} "===> Options unchanged"; \
  29. exit 0; \
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement