cleaned up spec file OBS-URL: https://build.opensuse.org/request/show/132253 OBS-URL: https://build.opensuse.org/package/show/science/boxshade?expand=0&rev=1
12 lines
360 B
Diff
12 lines
360 B
Diff
diff -Nura boxshade-orig/makefile.unx boxshade/makefile.unx
|
|
--- boxshade-orig/makefile.unx 1997-06-06 18:48:33.000000000 +0100
|
|
+++ boxshade/makefile.unx 2011-04-17 04:21:35.000000000 +0100
|
|
@@ -1,6 +1,6 @@
|
|
# BOXSHADE makefile for unix (tested under Linux && Solaris)
|
|
CC = gcc
|
|
-CFLAGS = -O
|
|
+CFLAGS = $(RPM_OPT_FLAGS)
|
|
LDFLAGS= -s
|
|
LIBS = -lm
|
|
OBJ =.o
|