File: debian.patch

package info (click to toggle)
gwaterfall 0.1-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 204 kB
  • sloc: ansic: 1,034; sh: 32; makefile: 10
file content (14 lines) | stat: -rw-r--r-- 349 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Author: Bastian Germann
Last-Update: 2024-04-18
Description: Fix automake configuration

--- gwaterfall-0.1.orig/configure.ac
+++ gwaterfall-0.1/configure.ac
@@ -18,6 +18,7 @@ AM_CONFIG_HEADER([config.h])
 AM_INIT_AUTOMAKE([waterfall], [0.1])
 
 # checks for progs
+AC_PROG_CC
 AC_PROG_LIBTOOL
 
 # no need to check for fontconfig, xft brings it in