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

(-)Makefile (-2 / +2 lines)
Lines 74-83 Link Here
74
74
75
.if ${ARCH} != "i386" && ${ARCH} != "amd64"
75
.if ${ARCH} != "i386" && ${ARCH} != "amd64"
76
CFLAGS+=	-fPIC
76
CFLAGS+=	-fPIC
77
PLIST_SUB=	BATTERY="@comment "
77
PLIST_SUB+=	BATTERY="@comment "
78
.else
78
.else
79
GCONF_SCHEMAS+=	battstat.schemas
79
GCONF_SCHEMAS+=	battstat.schemas
80
PLIST_SUB=	BATTERY=""
80
PLIST_SUB+=	BATTERY=""
81
.endif
81
.endif
82
82
83
.if ${ARCH} != "i386" && ${ARCH} != "amd64"
83
.if ${ARCH} != "i386" && ${ARCH} != "amd64"

Return to bug 177379