mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
3b389e4423
- Add LICENSE - Add missing LIB_DEPENDS and USE_XORG - Regenerate patches - Improve pkg-descr PR: 228258 Submitted by: 0mp
12 lines
452 B
Plaintext
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@
|
|
|