openbsd-ports/math/hc/patches/patch-makefile
robert f78d86f930 - use a signed int instead of long int; (now it works on sparc64)
- regen patches

requested and ok by naddy@
2005-03-16 20:26:51 +00:00

10 lines
208 B
Plaintext

$OpenBSD: patch-makefile,v 1.2 2005/03/16 20:26:51 robert Exp $
--- makefile.orig Thu Sep 14 04:45:41 2000
+++ makefile Wed Mar 16 21:18:52 2005
@@ -1,3 +1,5 @@
+all: hc
+
hc: hc.o
cc hc.o -o hc
rm hc.o