diff options
author | vs <vs@FreeBSD.org> | 2004-12-27 18:10:47 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-12-27 18:10:47 +0800 |
commit | 7fe3f7dabf6abbbb2fdc10005d7ebff073a40422 (patch) | |
tree | 0ad491400bd3a3790933f3f3b6ac687db02c8e53 /graphics/pixie | |
parent | 91a049b5c02a871c32a601a3211b57a4cbf21356 (diff) | |
download | freebsd-ports-gnome-7fe3f7dabf6abbbb2fdc10005d7ebff073a40422.tar.gz freebsd-ports-gnome-7fe3f7dabf6abbbb2fdc10005d7ebff073a40422.tar.zst freebsd-ports-gnome-7fe3f7dabf6abbbb2fdc10005d7ebff073a40422.zip |
Update to 1.3.25
- force -O since -O2 leads to a out-of-memory situation on 4.X
PR: ports/75223
Submitted by: maintainer
Diffstat (limited to 'graphics/pixie')
-rw-r--r-- | graphics/pixie/Makefile | 6 | ||||
-rw-r--r-- | graphics/pixie/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/graphics/pixie/Makefile b/graphics/pixie/Makefile index b07bb90d4009..21fa7cbda03b 100644 --- a/graphics/pixie/Makefile +++ b/graphics/pixie/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pixie -PORTVERSION= 1.3.22 +PORTVERSION= 1.3.25 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -26,8 +26,8 @@ WANT_AUTOMAKE_VER= 15 USE_AUTOCONF_VER= 213 USE_LIBTOOL_VER= 13 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CFLAGS="${CFLAGS} -fPIC -I${LOCALBASE}/include -I${X11BASE}/include" \ - CXXFLAGS="${CXXFLAGS} -fPIC -I${LOCALBASE}/include -I${X11BASE}/include" \ +CONFIGURE_ENV= CFLAGS="${CFLAGS} -O -fPIC -I${LOCALBASE}/include -I${X11BASE}/include" \ + CXXFLAGS="${CXXFLAGS} -O -fPIC -I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ LIBS="${PTHREAD_LIBS}" INSTALLS_SHLIB= yes diff --git a/graphics/pixie/distinfo b/graphics/pixie/distinfo index 1636dcb2b313..ad749d7fdeb0 100644 --- a/graphics/pixie/distinfo +++ b/graphics/pixie/distinfo @@ -1,2 +1,2 @@ -MD5 (Pixie-src-1.3.22.tgz) = 195ef1e327738224b0693bb0994caefd -SIZE (Pixie-src-1.3.22.tgz) = 4916714 +MD5 (Pixie-src-1.3.25.tgz) = f0a726a007f7f35f6d13d56bbb4ebd29 +SIZE (Pixie-src-1.3.25.tgz) = 4973521 |