freebsd-ports/graphics/gle/files/patch-examples-Makefile.in
Pav Lucistnik dae2195039 - Update to 3.1.0
PR:		ports/93927
Submitted by:	Rainer Alves <rainer.alves@gmail.com>
Approved by:	maintainer timeout (6 weeks)
2006-04-15 15:27:44 +00:00

11 lines
295 B
Text

--- examples/Makefile.in.orig Tue Mar 18 07:12:43 2003
+++ examples/Makefile.in Sat Apr 15 17:11:37 2006
@@ -105,7 +105,7 @@
INCLUDES = @X_CFLAGS@ -I${top_srcdir} -I${top_srcdir}/src
-LDADD = @X_LIBS@ -L../src/
+LDADD = -L../src/ @X_LIBS@
docdir = $(datadir)/doc/gle/examples