freebsd-ports/palm/palmpower/files/patch-ad
James E. Housley f4c24d5f7b Initial import of palmpower 1.0.1
Disassembler and other tools for PalmOS binaries

PR:		20837
Submitted by:	Roman Shterenzon <roman@xpert.com>
2000-10-12 12:19:15 +00:00

11 lines
352 B
Text

--- src/pilotdis/Makefile.in.orig Tue Aug 22 13:53:22 2000
+++ src/pilotdis/Makefile.in Tue Aug 22 13:54:05 2000
@@ -72,7 +72,7 @@
DEFS = @DEFS@ -I. -I$(srcdir)
CPPFLAGS = @CPPFLAGS@
LDFLAGS = @LDFLAGS@
-LIBS = @LIBS@
+LIBS = @LIBS@ -lm
pilotdis_OBJECTS = afline.o dis.o fgen.o inst1.o inst2.o main.o pgen.o \
utils.o
pilotdis_LDADD = $(LDADD)