diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2002-09-18 14:32:32 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2002-09-18 14:32:32 +0000 |
commit | e08fa0da38e1cf4ed73a459a46b9b9e8b3cafd75 (patch) | |
tree | 503a29c7aec2f8ac743ad3e086f11ff54ffbf687 /devel/log4c | |
parent | 1. use gtar instead of built-in tar (diff) |
Support CFLAGS/CXXFLAGS properly
Do not install useless .la files
PR: 42889
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=66609
Diffstat (limited to 'devel/log4c')
-rw-r--r-- | devel/log4c/Makefile | 6 | ||||
-rw-r--r-- | devel/log4c/pkg-plist | 3 |
2 files changed, 4 insertions, 5 deletions
diff --git a/devel/log4c/Makefile b/devel/log4c/Makefile index 369a7da7e87e..44d0b5414e8f 100644 --- a/devel/log4c/Makefile +++ b/devel/log4c/Makefile @@ -8,7 +8,7 @@ PORTNAME= log4c PORTVERSION= 1.0.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.cimai.com/opensource/log4c/ @@ -19,8 +19,8 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2 USE_LIBTOOL= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes diff --git a/devel/log4c/pkg-plist b/devel/log4c/pkg-plist index 0d66ef400ea4..10401e499681 100644 --- a/devel/log4c/pkg-plist +++ b/devel/log4c/pkg-plist @@ -14,9 +14,8 @@ include/log4c/location_info.h include/log4c/logging_event.h include/log4c/priority.h include/log4c/version.h -@dirrm include/log4c lib/liblog4c.a -lib/liblog4c.la lib/liblog4c.so lib/liblog4c.so.1 share/aclocal/log4c.m4 +@dirrm include/log4c |