mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
Add patches for build scripts for portability and disable unnecessary configure checks.
34 lines
1.0 KiB
Diff
34 lines
1.0 KiB
Diff
--- GNUmakefile.orig 2017-09-28 17:25:22.000000000 +0200
|
|
+++ GNUmakefile 2017-09-28 17:25:50.000000000 +0200
|
|
@@ -65,19 +65,19 @@
|
|
|
|
define make-config
|
|
LIB := $(LIB)
|
|
-RESDIR := $(call ac_resdir)
|
|
-HAVE_LINUX_FB_H := $(call ac_header,linux/fb.h)
|
|
-HAVE_CAIRO_GL := $(call ac_pkg_config,cairo-gl)
|
|
-HAVE_LIBPCD := $(call ac_lib,pcd_open,pcd)
|
|
-HAVE_LIBGIF := $(call ac_lib,DGifOpenFileName,gif)
|
|
-HAVE_LIBWEBP := $(call ac_pkg_config,libwebp)
|
|
-HAVE_MOTIF := $(call ac_lib,XmStringGenerate,Xm,-L/usr/X11R6/$(LIB) -lXpm -lXt -lXext -lX11)
|
|
+RESDIR :=
|
|
+HAVE_LINUX_FB_H := no
|
|
+HAVE_CAIRO_GL := no
|
|
+HAVE_LIBPCD := no
|
|
+HAVE_LIBGIF := no
|
|
+HAVE_LIBWEBP := no
|
|
+HAVE_MOTIF := no
|
|
JPEG_VER := $(call ac_jpeg_ver)
|
|
# deprecated
|
|
-#HAVE_GLIBC := $(call ac_func,fopencookie)
|
|
-#HAVE_LIBSANE := $(call ac_lib,sane_init,sane)
|
|
-#HAVE_LIBCURL := $(call ac_lib,curl_easy_init,curl)
|
|
-#HAVE_LIBLIRC := $(call ac_lib,lirc_init,lirc_client)
|
|
+#HAVE_GLIBC := no
|
|
+#HAVE_LIBSANE := no
|
|
+#HAVE_LIBCURL := no
|
|
+#HAVE_LIBLIRC := no
|
|
endef
|
|
|
|
# transposing
|