diff options
author | gabor <gabor@FreeBSD.org> | 2007-04-15 00:20:45 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-04-15 00:20:45 +0800 |
commit | f8470ae9cb661bd0317c4222371223cf1640bd5d (patch) | |
tree | 545ccd86d13b6188475b864d666e9f05cfcf9e4c /audio/xmms-imms | |
parent | f661bb2858645e92fe2ea70aba66dbd7558cda3e (diff) | |
download | freebsd-ports-gnome-f8470ae9cb661bd0317c4222371223cf1640bd5d.tar.gz freebsd-ports-gnome-f8470ae9cb661bd0317c4222371223cf1640bd5d.tar.zst freebsd-ports-gnome-f8470ae9cb661bd0317c4222371223cf1640bd5d.zip |
- Remove 4.X support from unmaintained ports in categories starting with
letter a-c
Diffstat (limited to 'audio/xmms-imms')
-rw-r--r-- | audio/xmms-imms/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/audio/xmms-imms/Makefile b/audio/xmms-imms/Makefile index 9bbbad0e6f73..f95443fd166c 100644 --- a/audio/xmms-imms/Makefile +++ b/audio/xmms-imms/Makefile @@ -43,16 +43,7 @@ USE_LDCONFIG= yes BROKEN= Does not compile .endif -.if ${OSVERSION} < 500000 -BROKEN= Does not compile -.endif - post-patch: ${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|g' ${WRKSRC}/vars.mk.in -.if ${OSVERSION} < 500000 - @cd ${WRKSRC} && \ - ${REINPLACE_CMD} 's:#include.<stdint\.h>:#include <sys/types.h>:' \ - players/xmms/plugin.h analyzer/spectrum.h analyzer/analyzer.cc -.endif .include <bsd.port.post.mk> |