diff options
Diffstat (limited to 'app-arch/funzix/files/funzix-1.0-fix-build-system.patch')
-rw-r--r-- | app-arch/funzix/files/funzix-1.0-fix-build-system.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app-arch/funzix/files/funzix-1.0-fix-build-system.patch b/app-arch/funzix/files/funzix-1.0-fix-build-system.patch new file mode 100644 index 000000000000..1fd5482d4dcd --- /dev/null +++ b/app-arch/funzix/files/funzix-1.0-fix-build-system.patch @@ -0,0 +1,8 @@ +--- a/Makefile ++++ b/Makefile +@@ -1,4 +1,4 @@ +-CFLAGS += -Wall -g ++CFLAGS += -Wall + LDLIBS += -lz + + all: funzix |