opnsense-ports/graphics/gle/files/patch-examples-Makefile.in
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01: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