mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
8e768c8949
- Eliminate dependancy on gcc 2.95 - Fix gmp lib dir flaw PR: ports/73362 Submitted by: maintainer
27 lines
867 B
Plaintext
27 lines
867 B
Plaintext
--- Makefile.in.orig Thu Jun 22 19:10:21 2000
|
|
+++ Makefile.in Fri Oct 29 10:07:48 2004
|
|
@@ -111,7 +111,7 @@
|
|
EXTRA_DIST = mkoptable mkwhatis $(modsrc) $(scmsrc) CHANGES LICENCE_EXCEPTION
|
|
|
|
# other directories
|
|
-SUBDIRS = . doc sgtk
|
|
+SUBDIRS = . doc
|
|
|
|
noinst_LIBRARIES = libqs.a
|
|
|
|
@@ -580,10 +580,10 @@
|
|
%.x:%.i
|
|
mkoptable $< > $@
|
|
|
|
-sproto.h: $(libqs_src)
|
|
- @cfunctions $(libqs_src) \
|
|
- | sed 's/^#include "c-extensions.h".*$$/#define PROTO(x) x/' > $@.new
|
|
- @if diff $@ $@.new >/dev/null ; then rm $@.new; else mv $@.new $@ ; fi
|
|
+#sproto.h: $(libqs_src)
|
|
+# @cfunctions $(libqs_src) \
|
|
+# | sed 's/^#include "c-extensions.h".*$$/#define PROTO(x) x/' > $@.new
|
|
+# @if diff $@ $@.new >/dev/null ; then rm $@.new; else mv $@.new $@ ; fi
|
|
|
|
# force sproto.h to be up to date. Otherwise compilation of
|
|
# distribution may fail, because sproto.h can trigger the cfunction
|