mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
c39ed175aa
Submitted by: marcel, MAINTAINER, bento (kris)
12 lines
317 B
Plaintext
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
|
|
|