diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2007-01-10 19:23:31 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2007-01-10 19:23:31 +0000 |
commit | 722c1fb7d30b830a53a49bc072760ade3141a709 (patch) | |
tree | a2a7d0a3507d70f35c3e88993139211016e666ce /comms | |
parent | 7239c1b4bc14c0a0a6d35ca75cae418d7c16313d (diff) | |
download | ports-722c1fb7d30b830a53a49bc072760ade3141a709.tar.gz ports-722c1fb7d30b830a53a49bc072760ade3141a709.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gammu-devel/Makefile | 6 | ||||
-rw-r--r-- | comms/gammu/Makefile | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/comms/gammu-devel/Makefile b/comms/gammu-devel/Makefile index 09920f5b9af2..9ee0c0b21c8e 100644 --- a/comms/gammu-devel/Makefile +++ b/comms/gammu-devel/Makefile @@ -19,7 +19,7 @@ USE_GMAKE= yes USE_GNOME= pkgconfig GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf:259:env -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes PORTDOCS= * @@ -28,6 +28,10 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS} -fPIC" .include <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 +BROKEN= does not compile with gcc 2.95 +.endif + post-patch: .if ${OSVERSION} < 500000 @${REINPLACE_CMD} -e 's|%zd|%d|g' -e 's|%zi|%i|g' \ diff --git a/comms/gammu/Makefile b/comms/gammu/Makefile index 09920f5b9af2..9ee0c0b21c8e 100644 --- a/comms/gammu/Makefile +++ b/comms/gammu/Makefile @@ -19,7 +19,7 @@ USE_GMAKE= yes USE_GNOME= pkgconfig GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf:259:env -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes PORTDOCS= * @@ -28,6 +28,10 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS} -fPIC" .include <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 +BROKEN= does not compile with gcc 2.95 +.endif + post-patch: .if ${OSVERSION} < 500000 @${REINPLACE_CMD} -e 's|%zd|%d|g' -e 's|%zi|%i|g' \ |