1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/graphics/scrot/files/patch-src-Makefile.in
Dmitry Marakasov 3b389e4423 - Replace MASTER_SITES with GitHub (no code changes)
- Add LICENSE
 - Add missing LIB_DEPENDS and USE_XORG
 - Regenerate patches
 - Improve pkg-descr

PR:		228258
Submitted by:	0mp
2018-05-18 00:18:01 +00:00

12 lines
452 B
Plaintext

--- src/Makefile.in.orig 2010-05-15 23:25:41 UTC
+++ src/Makefile.in
@@ -74,7 +74,7 @@ VERSION = @VERSION@
MAINTAINERCLEANFILES = Makefile.in
LDFLAGS = -L/usr/X11R6/lib
-INCLUDES = -g -O3 -Wall -I/usr/X11R6/include $(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. -DPREFIX=\""$(prefix)"\" @GIBLIB_CFLAGS@
+INCLUDES = -Wall $(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. -DPREFIX=\""$(prefix)"\" @GIBLIB_CFLAGS@
LIBOBJS = @LIBOBJS@