You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-text/linuxdoc-tools/files/linuxdoc-tools-0.9.68-compi...

39 lines
814 B

--- rtf-fix/Makefile.orig
+++ rtf-fix/Makefile
@@ -1,6 +1,4 @@
-CC=gcc
LEX=flex
-CFLAGS=-O
all: rtf2rtf
--- sgmls-1.1/Makefile.orig 2013-03-20 13:40:43.674880678 +0400
+++ sgmls-1.1/Makefile 2013-03-20 13:40:58.558881151 +0400
@@ -15,14 +15,11 @@
# Permissions mode to use for man pages.
MANMODE=444
-CC=gcc
PROFILE=
INCLUDE=
OPTIMIZE=-O
DEBUG=
WARN=
-CFLAGS=$(DEBUG) $(INCLUDE) $(WARN) $(PROFILE) $(OPTIMIZE)
-LDFLAGS=$(DEBUG) $(PROFILE)
# Additional libraries needed.
# Ultrix needs -li
LIBS=
--- Makefile.in.orig 2013-03-20 13:43:36.900886178 +0400
+++ Makefile.in 2013-03-20 13:43:49.783886587 +0400
@@ -48,8 +48,6 @@
OPTIMIZE = -O
DEBUG =
WARN =
-CFLAGS = $(DEBUG) $(INCLUDE) $(WARN) $(PROFILE) $(OPTIMIZE)
-LDFLAGS = $(DEBUG) $(PROFILE)
all:
ifeq ($(BUILD_SGMLSASP), true)