diff options
author | mich <mich@FreeBSD.org> | 2006-01-16 23:29:59 +0800 |
---|---|---|
committer | mich <mich@FreeBSD.org> | 2006-01-16 23:29:59 +0800 |
commit | 66a6410bf5e948037b2af65dd16f44ba5a93fd06 (patch) | |
tree | 78d9aa9532d8e5014c943f0a7a145501d8d582cd /sysutils/libcdio | |
parent | d039cf7fcc28e7ba5cc214c8ad9e618706ed4f85 (diff) | |
download | freebsd-ports-gnome-66a6410bf5e948037b2af65dd16f44ba5a93fd06.tar.gz freebsd-ports-gnome-66a6410bf5e948037b2af65dd16f44ba5a93fd06.tar.zst freebsd-ports-gnome-66a6410bf5e948037b2af65dd16f44ba5a93fd06.zip |
- Fix support for FREEBSD_CDROM under -CURRENT
Submitted by: Peter Jeremy <PeterJeremy@optushome.com.au>
Diffstat (limited to 'sysutils/libcdio')
-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> |