aboutsummaryrefslogtreecommitdiffstats
path: root/audio/glame
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2002-12-05 04:34:24 +0800
committerarved <arved@FreeBSD.org>2002-12-05 04:34:24 +0800
commitf5e4a1f4dcc1842d70c652437fc28200451bed26 (patch)
tree3b1eb37aa9366f127809f99776ff6dc88ded0ca4 /audio/glame
parent43d6216a0e84cf0ef575ae8701e16728ff5fe5be (diff)
downloadfreebsd-ports-gnome-f5e4a1f4dcc1842d70c652437fc28200451bed26.tar.gz
freebsd-ports-gnome-f5e4a1f4dcc1842d70c652437fc28200451bed26.tar.zst
freebsd-ports-gnome-f5e4a1f4dcc1842d70c652437fc28200451bed26.zip
Unbreak on -CURRENT
Approved by: sobomax
Diffstat (limited to 'audio/glame')
-rw-r--r--audio/glame/Makefile4
-rw-r--r--audio/glame/files/patch-swapfile.c13
2 files changed, 13 insertions, 4 deletions
diff --git a/audio/glame/Makefile b/audio/glame/Makefile
index 21b52bba1bb5..8684e41a1fb5 100644
--- a/audio/glame/Makefile
+++ b/audio/glame/Makefile
@@ -26,10 +26,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
.include <bsd.port.pre.mk>
-.if ${OSVERSION} > 500000
-BROKEN= "Does not compile"
-.endif
-
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
diff --git a/audio/glame/files/patch-swapfile.c b/audio/glame/files/patch-swapfile.c
new file mode 100644
index 000000000000..97f682f4505d
--- /dev/null
+++ b/audio/glame/files/patch-swapfile.c
@@ -0,0 +1,13 @@
+--- src/swapfile/swapfile_fs.c.orig Fri Dec 6 07:35:22 2002
++++ src/swapfile/swapfile_fs.c Fri Dec 6 07:41:02 2002
+@@ -44,6 +44,10 @@
+ #define DEBUG 1
+ #endif
+
++#if __FreeBSD__ >= 5
++#define __BSD_VISIBLE 1
++#endif
++
+ #include <sys/stat.h>
+ #include <sys/types.h>
+ #include <pthread.h>