Ticket #57333: Portfile.patch
File Portfile.patch, 1.4 KB (added by ballapete (Peter "Pete" Dyballa), 6 years ago) |
---|
-
release/tarballs/ports/x11/xorg-server-devel/Portfile
old new 59 59 60 60 configure.args --with-apple-applications-dir=${applications_dir} \ 61 61 --with-bundle-id-prefix=org.macports \ 62 --disable-dependency-tracking \ 62 63 --without-dtrace \ 63 64 --without-doxygen \ 64 65 --without-fop \ … … 70 71 71 72 # GL/internal/dri_interface.h is missing in prefix (provided by libdrm for the xorg DDX... not helpful for us) 72 73 configure.cppflags-append -I/usr/include -I${filespath}/dri -F${configure.sdkroot}/System/Library/Frameworks/ApplicationServices.framework/Frameworks 74 # to prevent "__attribute__’ before ‘void’" 75 configure.cflags -Os -ansi -faltivec 76 # to prevent "redefinition of typedef ‘CARD32’" 77 configure.cflags -Os -std=c99 -faltivec 73 78 74 79 # Debugging ... 75 80 #configure.cppflags-append -g -fsanitize=address -fno-omit-frame-pointer … … 100 105 # https://bugzilla.freedesktop.org/show_bug.cgi?id=107555 101 106 patchfiles-append fix-calloc-free-mis-match-bug.patch 102 107 108 patchfiles-append dix-RRLease.patch 109 patchfiles-append CrashReporter.patch 110 patchfiles-append too_much__GLXscreen.patch 111 103 112 patch.pre_args -p1 104 113 105 114 use_autoreconf yes