1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/graphics/bmeps/files/patch-aa
Yen-Ming Lee 7b0283fa35 - Update to 1.2.5.
PR:		81437
Submitted by:	Hideyuki KURASHINA <rushani@FreeBSD.org>
2005-05-24 16:12:43 +00:00

12 lines
355 B
Plaintext

--- Makefile.in.orig Mon Apr 4 09:28:15 2005
+++ Makefile.in Wed May 18 07:33:32 2005
@@ -21,7 +21,7 @@
DEFS= @DEFS@
COMPILEC= $(CC) $(DEFS) $(INCLUDES) $(CFLAGS) $(CPPFLAGS) $(VERSNO)
-
+LDFLAGS= -L@libdir@
LINK= $(CC) $(DEFS) $(INCLUDES) $(CFLAGS) -L. $(LDFLAGS) -o $@
MKSO= $(CC) $(DEFS) $(INCLUDES) $(CFLAGS) $(CPPFLAGS) $(VERSNO) -shared