diff options
author | bsam <bsam@FreeBSD.org> | 2007-01-11 03:23:31 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2007-01-11 03:23:31 +0800 |
commit | 8b9f022bc8c9fcb35f187006353a99e5c3842fbe (patch) | |
tree | 9ba8968742a7138f797f03cdb61d8a98579cd17d /comms/gammu | |
parent | c7b448a0a1174761faef0bee48cf832c71ce8884 (diff) | |
download | freebsd-ports-gnome-8b9f022bc8c9fcb35f187006353a99e5c3842fbe.tar.gz freebsd-ports-gnome-8b9f022bc8c9fcb35f187006353a99e5c3842fbe.tar.zst freebsd-ports-gnome-8b9f022bc8c9fcb35f187006353a99e5c3842fbe.zip |
. mark BROKEN for 4.x (does not compile); [1]
. s/INSTALLS_SHLIB/USE_LDCONFIG.
Submitted by: pointyhat via krismail [1]
Diffstat (limited to 'comms/gammu')
-rw-r--r-- | comms/gammu/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
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' \ |