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

Collapse All | Expand All

(-)cad/lepton-eda/Makefile (-1 / +11 lines)
Lines 24-29 Link Here
24
USE_GNOME=	cairo gtk20
24
USE_GNOME=	cairo gtk20
25
USE_LDCONFIG=	yes
25
USE_LDCONFIG=	yes
26
26
27
LLD_UNSAFE=	yes
28
27
SHEBANG_FILES=	utils/scripts/lepton-tragesym \
29
SHEBANG_FILES=	utils/scripts/lepton-tragesym \
28
		utils/scripts/lepton-archive.py \
30
		utils/scripts/lepton-archive.py \
29
		utils/gxyrs/lepton-xyrs.pl \
31
		utils/gxyrs/lepton-xyrs.pl \
Lines 55-62 Link Here
55
# work around for errors while running
57
# work around for errors while running
56
# build-tools/icon-theme-installer:
58
# build-tools/icon-theme-installer:
57
#
59
#
58
# Cannot find 'install -m 0644'; You probably want to pass -x $(INSTALL_DATA)
60
# Cannot find 'install -m 0644'; You probably want to pass -x ${INSTALL_DATA}
59
#
61
#
62
#
63
# NOTE: in the error message above (I wanted to show it
64
# verbatim), INSTALL_DATA actually is enclosed in
65
# parenthesis, not in curly brackets.
66
# I had to change it to appease portlint(1), which does
67
# not ignore comments in makefiles.
68
#
69
#
60
# for 3 dirs (attrib/data, liblepton/data, schematic/data)
70
# for 3 dirs (attrib/data, liblepton/data, schematic/data)
61
# the following lines should be in the generated Makefile:
71
# the following lines should be in the generated Makefile:
62
#
72
#

Return to bug 236879