diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2012-11-30 22:19:12 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2012-11-30 22:19:12 +0000 |
commit | 5cbed3dd82547f37f12d8102be747b087cc38e48 (patch) | |
tree | 44b3ad64187ad62545aec94e4a82174f7683aaa9 /sysutils/apcupsd | |
parent | b7581d0270e9a69b2843a2b2f84b3bbf46c28833 (diff) |
Notes
Diffstat (limited to 'sysutils/apcupsd')
-rw-r--r-- | sysutils/apcupsd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/apcupsd/Makefile b/sysutils/apcupsd/Makefile index dddc54da795c..dca1f078f119 100644 --- a/sysutils/apcupsd/Makefile +++ b/sysutils/apcupsd/Makefile @@ -32,6 +32,8 @@ CONFIGURE_ARGS= --sbindir=${PREFIX}/sbin \ --sysconfdir=${ETCDIR} \ --with-serial-dev=/dev/usv +CONFIGURE_ENV+= LD="${CXX}" +#CONFIGURE_ENV+= LIBS="-lstdc++" CPPFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib |