pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

aslc86k: Honor LDFLAGS



Module Name:	pkgsrc-wip
Committed By:	Travis Paul <tr%vispaul.me@localhost>
Pushed By:	tpaul
Date:		Sun May 20 15:04:23 2018 +0000
Changeset:	09029935f47ced0866d6e2f925dcde84aac2ae3f

Modified Files:
	aslc86k/distinfo
Added Files:
	aslc86k/patches/patch-Makefile

Log Message:
aslc86k: Honor LDFLAGS

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=09029935f47ced0866d6e2f925dcde84aac2ae3f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 aslc86k/distinfo               |  1 +
 aslc86k/patches/patch-Makefile | 15 +++++++++++++++
 2 files changed, 16 insertions(+)

diffs:
diff --git a/aslc86k/distinfo b/aslc86k/distinfo
index ab80ce1c93..e29b30efb4 100644
--- a/aslc86k/distinfo
+++ b/aslc86k/distinfo
@@ -4,3 +4,4 @@ SHA1 (aslc86k.tar.gz) = 4261d466e25a1db8d9525a702c6d1d43e6704842
 RMD160 (aslc86k.tar.gz) = 0b2463e058887f3fb686ad8405431f113600d5fa
 SHA512 (aslc86k.tar.gz) = bfd551d7994d7ed781992022f97076418ec9bdefe0631c4a9079676aa5ccd1e344a2f5882253029a4f7e94dcf5edc51505a5ed150e162c4adfacc14f9aab0223
 Size (aslc86k.tar.gz) = 50850 bytes
+SHA1 (patch-Makefile) = c0c88f325f697f4a2002284d1963a227a6997d24
diff --git a/aslc86k/patches/patch-Makefile b/aslc86k/patches/patch-Makefile
new file mode 100644
index 0000000000..3231b0e192
--- /dev/null
+++ b/aslc86k/patches/patch-Makefile
@@ -0,0 +1,15 @@
+$NetBSD$
+
+Honor LDFLAGS.
+
+--- Makefile.orig	2000-04-27 22:25:21.000000000 +0000
++++ Makefile
+@@ -20,7 +20,7 @@ clean :
+ 	-$(RM) aglexer.c aggram.c aggram.h
+ 
+ $(TARGET) : $(OBJS)
+-	$(CC) $^ -o $@
++	$(CC) $(LDFLAGS) $^ -o $@
+ 
+ sieve : sieve.o
+ 


Home | Main Index | Thread Index | Old Index