pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/allegro



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Aug  5 07:37:28 UTC 2023

Modified Files:
        pkgsrc/devel/allegro: Makefile

Log Message:
allegro: Disable OSS MIDI support on SunOS.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/devel/allegro/Makefile

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

Modified files:

Index: pkgsrc/devel/allegro/Makefile
diff -u pkgsrc/devel/allegro/Makefile:1.49 pkgsrc/devel/allegro/Makefile:1.50
--- pkgsrc/devel/allegro/Makefile:1.49  Sat May  6 19:09:08 2023
+++ pkgsrc/devel/allegro/Makefile       Sat Aug  5 07:37:28 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2023/05/06 19:09:08 ryoon Exp $
+# $NetBSD: Makefile,v 1.50 2023/08/05 07:37:28 nia Exp $
 
 DISTNAME=      allegro-4.4.3.1
 PKGREVISION=   7
@@ -32,8 +32,9 @@ SUBST_SED.oss+=               -e "s,/dev/dsp,${DEVOSS
 .endif
 
 SUBST_CLASSES.NetBSD+= ossmidi
+SUBST_CLASSES.SunOS+=  ossmidi
 SUBST_STAGE.ossmidi=   pre-configure
-SUBST_MESSAGE.ossmidi= NetBSD OSS midi emulation is non-existent.
+SUBST_MESSAGE.ossmidi= OS does not have full OSS MIDI support.
 SUBST_FILES.ossmidi=   CMakeLists.txt
 SUBST_SED.ossmidi=     -e 's/ALLEGRO_WITH_OSSMIDI 1/ALLEGRO_WITH_OSSMIDI 0/'
 



Home | Main Index | Thread Index | Old Index