View | Details | Raw Unified | Return to bug 241894
Collapse All | Expand All

(-)Makefile (+1 lines)
Lines 19-24 Link Here
19
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
20
USES=		autoreconf gettext-runtime gmake gnome jpeg localbase:ldflags \
20
USES=		autoreconf gettext-runtime gmake gnome jpeg localbase:ldflags \
21
		pkgconfig xorg
21
		pkgconfig xorg
22
USE_CSTD=	c99
22
USE_GITHUB=	yes
23
USE_GITHUB=	yes
23
USE_GNOME=	gtk20
24
USE_GNOME=	gtk20
24
USE_XORG=	x11 xext xi
25
USE_XORG=	x11 xext xi
(-)files/patch-configure.ac (-1 / +10 lines)
Lines 1-4 Link Here
1
--- configure.ac.orig	2018-09-15 19:08:05 UTC
1
--- configure.ac.orig	2019-10-19 17:01:57 UTC
2
+++ configure.ac
2
+++ configure.ac
3
@@ -22,7 +22,7 @@ build_linux=no
3
@@ -22,7 +22,7 @@ build_linux=no
4
 build_mac=no
4
 build_mac=no
Lines 9-11 Link Here
9
         build_linux=yes
9
         build_linux=yes
10
         ;;
10
         ;;
11
     cygwin*|mingw*)
11
     cygwin*|mingw*)
12
@@ -69,7 +69,7 @@ AC_ARG_ENABLE([debug],
13
     [enable_debug=yes])
14
 
15
 if test "x$enable_debug" = xyes; then
16
-    CFLAGS="-O2 -g -DDEBUG"
17
+    CFLAGS+="-O2 -g -DDEBUG"
18
 else
19
 	CFLAGS="-O2 -DNDEBUG"
20
 fi

Return to bug 241894