freebsd-ports/sysutils/isomaster/files/patch-Makefile
Martin Wilke 89e410fb12 - Update to 1.3
PR:		119971
Submitted by:	"Beat Gaetzi" <beat@chruetertee.ch>
Approved by:	maintainer implicit
2008-02-02 11:39:00 +00:00

11 lines
487 B
Text

--- Makefile.orig Thu Jan 24 22:52:24 2008
+++ Makefile Thu Jan 24 22:52:52 2008
@@ -64,7 +64,7 @@
isomaster: $(OBJECTS) lib iniparser
@echo 'Linking isomaster'
- @$(CC) $(OBJECTS) bk/bk.a iniparser-2.17/libiniparser.a $(CFLAGS) $(CPPFLAGS) `pkg-config --libs gtk+-2.0` -o isomaster
+ @$(CC) $(OBJECTS) bk/bk.a iniparser-2.17/libiniparser.a $(CFLAGS) $(CPPFLAGS) -lcompat `pkg-config --libs gtk+-2.0` -o isomaster
# static pattern rule
$(OBJECTS): %.o: %.c %.h bk/bk.h Makefile