1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/devel/elfsh/files/patch-elfsh::Makefile
Will Andrews c39ed175aa Fix build on ia64.
Submitted by:	marcel, MAINTAINER, bento (kris)
2003-06-23 15:54:01 +00:00

12 lines
317 B
Plaintext

--- elfsh/Makefile.orig Mon Jun 23 17:33:38 2003
+++ elfsh/Makefile Mon Jun 23 17:35:00 2003
@@ -12,7 +12,7 @@
CC = gcc
NAME = elfsh
LDFLAGS = -L../libelfsh/ -lelfsh
-CFLAGS = -Wall -Iinclude -I../libelfsh/include -g3 -O2
+CFLAGS += -Wall -Iinclude -I../libelfsh/include
RM = rm -f
NAME = elfsh