diff options
Diffstat (limited to 'community/isomaster/isomaster-1.3.9-asneeded.patch')
-rw-r--r-- | community/isomaster/isomaster-1.3.9-asneeded.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/community/isomaster/isomaster-1.3.9-asneeded.patch b/community/isomaster/isomaster-1.3.9-asneeded.patch deleted file mode 100644 index 102f54db4..000000000 --- a/community/isomaster/isomaster-1.3.9-asneeded.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- Makefile -+++ Makefile -@@ -75,9 +75,9 @@ - isomaster: $(OBJECTS) lib iniparser - @echo 'Linking isomaster' - ifndef USE_SYSTEM_INIPARSER -- @$(CC) $(LDFLAGS) `pkg-config --libs gtk+-2.0` $(OBJECTS) bk/bk.a iniparser-2.17/libiniparser.a -o isomaster -+ @$(CC) $(LDFLAGS) $(OBJECTS) -o isomaster bk/bk.a iniparser-2.17/libiniparser.a `pkg-config --libs gtk+-2.0` - else -- @$(CC) $(LDFLAGS) `pkg-config --libs gtk+-2.0` $(OBJECTS) bk/bk.a -liniparser -o isomaster -+ @$(CC) $(LDFLAGS) $(OBJECTS) -o isomaster bk/bk.a -liniparser `pkg-config --libs gtk+-2.0` - endif - - # static pattern rule |