diff --git a/recipes/wip/php/recipe.toml b/recipes/wip/php/recipe.toml
index 5e879021dc3d7c4e41e9be31736a070b3dbacd95..b82e6f59b72112b490aafbf0917845e6be4ade3a 100644
--- a/recipes/wip/php/recipe.toml
+++ b/recipes/wip/php/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO can't detect libiconv
 # in case of problems, read https://www.php.net/manual/en/install.unix.php
 [source]
 tar = "https://www.php.net/distributions/php-8.3.0.tar.xz"
diff --git a/recipes/wip/picodrive/recipe.toml b/recipes/wip/picodrive/recipe.toml
index abd80dbb64a520e36ec99df14a6f4a3370d4a055..08655459f65af400bb97a8d70c2815a5f552d295 100644
--- a/recipes/wip/picodrive/recipe.toml
+++ b/recipes/wip/picodrive/recipe.toml
@@ -1,5 +1,13 @@
+#TODO configuration problem
 #TODO discover the dependencies
 [source]
 git = "https://github.com/notaz/picodrive"
 [build]
-template = "configure"
+template = "custom"
+script = """
+COOKBOOK_CONFIGURE_FLAGS+=(
+    --platform=generic
+    --sound-drivers=sdl
+)
+cookbook_configure
+"""