pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

alsa-lib-git: remove compat defines that are now handled by the code.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Mon Mar 7 11:29:50 2016 +0100
Changeset:	0cb6e9b0849852df61232236d01fcc532a65bd7c

Modified Files:
	alsa-lib-git/Makefile

Log Message:
alsa-lib-git: remove compat defines that are now handled by the code.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0cb6e9b0849852df61232236d01fcc532a65bd7c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 alsa-lib-git/Makefile | 4 ----
 1 file changed, 4 deletions(-)

diffs:
diff --git a/alsa-lib-git/Makefile b/alsa-lib-git/Makefile
index ed5620d..4f5b7e1 100644
--- a/alsa-lib-git/Makefile
+++ b/alsa-lib-git/Makefile
@@ -26,10 +26,6 @@ CONFIGURE_ARGS+=	--disable-python
 LIBS.SunOS+=		-lsocket -lnsl
 CPPFLAGS.SunOS+=	-std=c99 -D_POSIX_C_SOURCE=200112L
 CPPFLAGS.SunOS+=	-D__EXTENSIONS__ -DBSD_COMP -DMAP_FILE=0
-CPPFLAGS.SunOS+=	-Dbswap_64=BSWAP_64 -Dbswap_32=BSWAP_32 -Dbswap_16=BSWAP_16
-
-CPPFLAGS.NetBSD+=	-Dbswap_16=bswap16 -Dbswap_32=bswap32 -Dbswap_64=bswap64
-CPPFLAGS.FreeBSD+=	-Dbswap_16=bswap16 -Dbswap_32=bswap32 -Dbswap_64=bswap64
 
 .include "../../mk/bsd.prefs.mk"
 .if ${OPSYS} == "SunOS"


Home | Main Index | Thread Index | Old Index