aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2006-04-05 10:54:41 +0800
committeredwin <edwin@FreeBSD.org>2006-04-05 10:54:41 +0800
commit70a57403573aaa9950983a3aec63e72dfca41774 (patch)
tree756d5a97fba4d9a3a2b6a0498f0709d36ea96381 /audio
parent73c6ddbc863642166708f3194eca10be4f65c335 (diff)
downloadfreebsd-ports-gnome-70a57403573aaa9950983a3aec63e72dfca41774.tar.gz
freebsd-ports-gnome-70a57403573aaa9950983a3aec63e72dfca41774.tar.zst
freebsd-ports-gnome-70a57403573aaa9950983a3aec63e72dfca41774.zip
i[PATCH] audio/libofa: Mark broken on 4.x
- Broken on 4.x, mark as such PR: ports/95331 Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Diffstat (limited to 'audio')
-rw-r--r--audio/libofa/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/libofa/Makefile b/audio/libofa/Makefile
index cf7ad4d51788..d77bdb0cc739 100644
--- a/audio/libofa/Makefile
+++ b/audio/libofa/Makefile
@@ -23,8 +23,14 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
INSTALLS_SHLIB= yes
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= Does not build on FreeBSD < 5.x
+.endif
+
post-configure:
@${REINPLACE_CMD} -e "s|pcdir =.*|pcdir = ${PREFIX}/libdata/pkgconfig|g" \
${WRKSRC}/Makefile
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>