mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
11 lines
324 B
Diff
11 lines
324 B
Diff
diff -Nur ink-0.5.0.orig/Makefile ink-0.5.0/Makefile
|
|
--- ink-0.5.0.orig/Makefile 2009-01-24 08:42:14.000000000 -0600
|
|
+++ ink-0.5.0/Makefile 2009-06-27 00:15:12.457466539 -0500
|
|
@@ -1,6 +1,6 @@
|
|
DESTDIR =
|
|
PREFIX = /usr/local/
|
|
-CFLAGS += -Wall -O2 -linklevel
|
|
+CFLAGS += -Wall $(EXTRA_CFLAGS) -linklevel
|
|
CC = gcc
|
|
OS=linux
|
|
|