Ticket #45712: xorg-libXt.patch

File xorg-libXt.patch, 1.5 KB (added by jeremyhu (Jeremy Huddleston Sequoia), 10 years ago)

xorg-libXt.patch

  • Portfile

     
    44
    55name            xorg-libXt
    66version         1.1.4
     7revision        1
    78categories      x11 devel
    89license         X11
    910maintainers     jeremyhu openmaintainer
     
    2526use_bzip2   yes
    2627use_parallel_build      yes
    2728
    28 depends_build   port:pkgconfig
     29depends_build   port:pkgconfig \
     30                port:xorg-util-macros
    2931
    3032depends_lib     port:xorg-libsm \
    3133                port:xorg-libX11
     
    3234
    3335configure.env-append RAWCPP=${configure.cpp}
    3436
     37patchfiles      no-flat.patch
     38use_autoreconf  yes
     39autoreconf.args -fvi
     40
    3541livecheck.type  regex
    3642livecheck.url   http://xorg.freedesktop.org/archive/individual/lib/?C=M&O=D
    3743livecheck.regex libXt-(\\d+(?:\\.\\d+)*)
  • files/no-flat.patch

     
     1--- configure.ac.orig   2014-11-01 17:08:43.000000000 -0700
     2+++ configure.ac        2014-11-01 17:09:03.000000000 -0700
     3@@ -164,17 +164,6 @@ AC_SUBST(STRINGSABIOPTIONS)
     4 ERRORDBDIR=${datadir}/X11
     5 AC_SUBST(ERRORDBDIR)
     6 
     7-case $host_os in
     8-    darwin*)
     9-        OS_CFLAGS="-Wl,-flat_namespace"
     10-       ;;
     11-    *)
     12-        OS_CFLAGS=
     13-        ;;
     14-esac
     15-
     16-XT_CFLAGS="$XT_CFLAGS $OS_CFLAGS"
     17-
     18 AC_CONFIG_FILES([Makefile
     19                src/Makefile
     20                util/Makefile