diff options
author | 2009-04-09 12:39:24 +0000 | |
---|---|---|
committer | 2009-04-09 12:39:24 +0000 | |
commit | b0caf68866b7d2056fdb8be3523190c6739a4b35 (patch) | |
tree | ccb6a0e0536101c1316e8a1f87f5f90b35e97206 /app-cdr/isomaster/files | |
parent | Version bump (diff) | |
download | historical-b0caf68866b7d2056fdb8be3523190c6739a4b35.tar.gz historical-b0caf68866b7d2056fdb8be3523190c6739a4b35.tar.bz2 historical-b0caf68866b7d2056fdb8be3523190c6739a4b35.zip |
isomaster bump
Package-Manager: portage-2.2_rc28/cvs/Linux x86_64
Diffstat (limited to 'app-cdr/isomaster/files')
-rw-r--r-- | app-cdr/isomaster/files/isomaster-1.3.5-ldflags.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-cdr/isomaster/files/isomaster-1.3.5-ldflags.diff b/app-cdr/isomaster/files/isomaster-1.3.5-ldflags.diff new file mode 100644 index 000000000000..b735853cee2b --- /dev/null +++ b/app-cdr/isomaster/files/isomaster-1.3.5-ldflags.diff @@ -0,0 +1,11 @@ +--- isomaster-1.3.5/Makefile.orig 2009-04-07 14:03:56.000000000 +0200 ++++ isomaster-1.3.5/Makefile 2009-04-07 14:04:04.000000000 +0200 +@@ -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 $(LDFLAGS) $(CFLAGS) $(CPPFLAGS) `pkg-config --libs gtk+-2.0` -o isomaster + + # static pattern rule + $(OBJECTS): %.o: %.c %.h bk/bk.h Makefile |