diff options
author | erwin <erwin@FreeBSD.org> | 2003-10-08 07:23:10 +0000 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-10-08 07:23:10 +0000 |
commit | 9426c5ad9c53e0eeff6ff19c8bf3daf76d4981aa (patch) | |
tree | dbed487a62ebbb647571b617eeabc2670315a38b /devel/poslib | |
parent | 561860ae8f1674e57390ca7cac6db03f0ee9d068 (diff) | |
download | FreeBSD-ports-9426c5ad9c53e0eeff6ff19c8bf3daf76d4981aa.zip FreeBSD-ports-9426c5ad9c53e0eeff6ff19c8bf3daf76d4981aa.tar.gz |
- This port *requires* -O0 -funsigned-char in CXXFLAGS;
remove ability for user to specify CXXFLAGS;
This unbreaks poslib's functionality
- Bump PORTREVISION
PR: 57718
Submitted by: maintainer
Diffstat (limited to 'devel/poslib')
-rw-r--r-- | devel/poslib/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/poslib/Makefile b/devel/poslib/Makefile index 52bf415..1fc5795 100644 --- a/devel/poslib/Makefile +++ b/devel/poslib/Makefile @@ -7,6 +7,7 @@ PORTNAME= poslib PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= devel dns MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= posadis @@ -15,8 +16,6 @@ MAINTAINER= sergei@kolobov.com COMMENT= Posadis C++ DNS library GNU_CONFIGURE= yes -CONFIGURE_ENV= LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}" -CONFIGURE_ARGS= --with-cxxflags="${CXXFLAGS:C/-O.*/-O0 /} ${PTHREAD_CFLAGS}" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LIBTOOL= yes INSTALLS_SHLIB= yes |