mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
1210188ed1
PR: 16727 Submitted by: Maxim Sobolev <sobomax@altavista.net> Reviewed by: Will Andrews <andrews@technologist.com> Use libungif instead of giflib.
40 lines
1.3 KiB
Plaintext
40 lines
1.3 KiB
Plaintext
--- libwmfun-0.0.2/libwmfun/Makefile.in.orig Tue Feb 15 16:04:35 2000
|
|
+++ libwmfun-0.0.2/libwmfun/Makefile.in Tue Feb 15 15:44:31 2000
|
|
@@ -38,7 +38,7 @@
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
|
|
|
-top_builddir = ..
|
|
+top_builddir = ../..
|
|
|
|
ACLOCAL = @ACLOCAL@
|
|
AUTOCONF = @AUTOCONF@
|
|
@@ -69,6 +69,8 @@
|
|
RANLIB = @RANLIB@
|
|
VERSION = @VERSION@
|
|
|
|
+INCLUDES = -I$(top_srcdir)/wrlib -I$(top_srcdir)/src -I$(top_srcdir)/WINGs @HEADER_SEARCH_PATH@
|
|
+
|
|
lib_LTLIBRARIES = libwmfun.la
|
|
|
|
libwmfun_la_SOURCES = bilinear.c fade.c generic.c generic.h getopt.c getopt.h getopt1.c wave.c
|
|
@@ -104,12 +106,12 @@
|
|
all: all-redirect
|
|
.SUFFIXES:
|
|
.SUFFIXES: .S .c .lo .o .s
|
|
-$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
|
- cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps libwmfun/Makefile
|
|
-
|
|
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|
- cd $(top_builddir) \
|
|
- && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
|
+#$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
|
+# cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps libwmfun/Makefile
|
|
+#
|
|
+#Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|
+# cd $(top_builddir) \
|
|
+# && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
|
|
|
|
|
mostlyclean-libLTLIBRARIES:
|