glib: drop define BSD_COMP

I fail to see where or for what it is useful for.
This commit is contained in:
worldofpeace 2019-08-05 06:19:44 -04:00
parent 3b085b45b9
commit f2eddec042

View File

@ -103,7 +103,7 @@ stdenv.mkDerivation rec {
# Default for release buildtype but passed manually because
# we're using plain
"-DG_DISABLE_CAST_CHECKS"
] ++ optional stdenv.isSunOS "-DBSD_COMP";
];
postPatch = ''
# substitute fix-gio-launch-desktop-path.patch