diff options
author | sbd <sbd@pkgsrc.org> | 2011-11-29 06:11:53 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2011-11-29 06:11:53 +0000 |
commit | edc30a7f9ee5220192323a8f997569820c417e8b (patch) | |
tree | b3dcab7a426b2b35a434c900e1d9bf47409d60b3 /emulators/ZIPIdent | |
parent | dab9140c7d459ee9db0c0fd79e3d84b1d9045105 (diff) | |
download | pkgsrc-edc30a7f9ee5220192323a8f997569820c417e8b.tar.gz |
Honor LDFLAGS from pkgsrc.
Diffstat (limited to 'emulators/ZIPIdent')
-rw-r--r-- | emulators/ZIPIdent/distinfo | 4 | ||||
-rw-r--r-- | emulators/ZIPIdent/patches/patch-aa | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/emulators/ZIPIdent/distinfo b/emulators/ZIPIdent/distinfo index c35d2e4c560..dd0fcaa6dab 100644 --- a/emulators/ZIPIdent/distinfo +++ b/emulators/ZIPIdent/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.5 2007/02/26 00:01:30 wiz Exp $ +$NetBSD: distinfo,v 1.6 2011/11/29 06:15:50 sbd Exp $ SHA1 (zident28.zip) = a530170234564665a179b31da2c634387f03d114 RMD160 (zident28.zip) = f712115c1fc9001d2819f450c788e8e99be5bbdb Size (zident28.zip) = 148166 bytes -SHA1 (patch-aa) = 2718a0187b02e57001d9f6f8e9b3b5c1760daea6 +SHA1 (patch-aa) = 284252031c5def43e58d7ae3a9f43d1fc72c9f7d SHA1 (patch-ab) = 67ad17076bff44fc854a7f0b076283b4f3c135de diff --git a/emulators/ZIPIdent/patches/patch-aa b/emulators/ZIPIdent/patches/patch-aa index 2d255b6649e..ccbf1009056 100644 --- a/emulators/ZIPIdent/patches/patch-aa +++ b/emulators/ZIPIdent/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.2 2005/03/14 16:20:58 wiz Exp $ +$NetBSD: patch-aa,v 1.3 2011/11/29 06:15:50 sbd Exp $ ---- makefile.orig 2004-07-01 16:25:20.000000000 +0200 +--- makefile.orig 2005-02-24 09:40:06.000000000 +0000 +++ makefile @@ -3,7 +3,7 @@ # @@ -30,7 +30,7 @@ $NetBSD: patch-aa,v 1.2 2005/03/14 16:20:58 wiz Exp $ @echo Linking $@... - $(LD) $(OBJS) $(LIBS) -o $@ - $(UPX) $@ -+ $(CC) $(OBJS) $(LIBS) -o $@ -ldatlib -lm -lz ++ $(CC) $(LDFLAGS) $(OBJS) $(LIBS) -o $@ -ldatlib -lm -lz # # Complete removal of built objects |