openbsd-ports/x11/isomaster/patches/patch-Makefile
ajacoutot 59de2943b2 - buxfix update to version 1.3.1 + some patch cleanings
based on a diff from maintainer Giovanni Bechis

ok maintainer
2008-03-28 11:31:49 +00:00

13 lines
600 B
Plaintext

$OpenBSD: patch-Makefile,v 1.5 2008/03/28 11:31:49 ajacoutot Exp $
--- Makefile.orig Wed Dec 12 22:48:16 2007
+++ Makefile Sat Mar 15 12:50:37 2008
@@ -64,7 +64,7 @@ all: translations isomaster.desktop isomaster
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