diff options
author | Michael Landin <mich@FreeBSD.org> | 2006-01-16 23:29:59 +0800 |
---|---|---|
committer | Michael Landin <mich@FreeBSD.org> | 2006-01-16 23:29:59 +0800 |
commit | b8f93039e47128ecbf3da9b24b209e319b9c7623 (patch) | |
tree | 8deba7263d4f5d2c546a2347848115cdcafbb50e /sysutils | |
parent | 8cad87f26afc0fe101e0c796ef17d4091dc8f7fa (diff) | |
download | freebsd-ports-gnome-b8f93039e47128ecbf3da9b24b209e319b9c7623.tar.gz freebsd-ports-gnome-b8f93039e47128ecbf3da9b24b209e319b9c7623.tar.zst freebsd-ports-gnome-b8f93039e47128ecbf3da9b24b209e319b9c7623.zip |
- Fix support for FREEBSD_CDROM under -CURRENT
Submitted by: Peter Jeremy <PeterJeremy@optushome.com.au>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/libcdio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/libcdio/Makefile b/sysutils/libcdio/Makefile index 530c4a155f77..6491b1769d15 100644 --- a/sysutils/libcdio/Makefile +++ b/sysutils/libcdio/Makefile @@ -31,6 +31,6 @@ CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" LDFLAGS="${LDFLAGS INFO= libcdio post-patch: - ${REINPLACE_CMD} -e "s,freebsd5\.\*,freebsd5\.\*|freebsd6\.\*," ${WRKSRC}/configure + ${REINPLACE_CMD} -e "s,freebsd5\.\*,freebsd5\.\*|freebsd6\.\*|freebsd7\.\*," ${WRKSRC}/configure .include <bsd.port.mk> |