File: 04_fix_build_kfreebsd.patch

package info (click to toggle)
warmux 1%3A11.04.1%2Brepack2-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 126,388 kB
  • sloc: cpp: 186,040; xml: 8,909; sh: 3,358; makefile: 1,052; ansic: 713
file content (14 lines) | stat: -rw-r--r-- 429 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Fix FTBFS on kfreebsd.
Author: Gonéri Le Bouder <goneri@rulezlan.org>

--- warmux-11.01.orig/configure.ac
+++ warmux-11.01/configure.ac
@@ -54,7 +54,7 @@ case "${host}" in
 case "${host}" in
   i[[3456789]]86-*-mingw32*) WIN32="yes" ;;
   *freebsd*)
-    LIBS="$LIBS -lintl" # a temporary hackish workaround
+    LIBS="$LIBS" # a temporary hackish workaround
     ;;
   *cygwin*) WIN32="yes" ;;
   *-apple-darwin*)