diff options
author | chuckr <chuckr@FreeBSD.org> | 1997-01-23 10:21:02 +0800 |
---|---|---|
committer | chuckr <chuckr@FreeBSD.org> | 1997-01-23 10:21:02 +0800 |
commit | 87a5341890a01a9a2af46db1e6c1bd2980be3c53 (patch) | |
tree | cd36dec753715654c915477d06a596924bc50bdd /x11/libsx | |
parent | fadc54aa655a244e018902ce55c15a82d06ea874 (diff) | |
download | freebsd-ports-gnome-87a5341890a01a9a2af46db1e6c1bd2980be3c53.tar.gz freebsd-ports-gnome-87a5341890a01a9a2af46db1e6c1bd2980be3c53.tar.zst freebsd-ports-gnome-87a5341890a01a9a2af46db1e6c1bd2980be3c53.zip |
Update checksum and fix CFLAGS += setting.
Submitted by: Pedro Giffuni S. <pgiffuni@fps.biblos.unal.edu.co>
Diffstat (limited to 'x11/libsx')
-rw-r--r-- | x11/libsx/distinfo | 2 | ||||
-rw-r--r-- | x11/libsx/files/patch-aa | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11/libsx/distinfo b/x11/libsx/distinfo index ec99bb775364..09d9feaa6e3b 100644 --- a/x11/libsx/distinfo +++ b/x11/libsx/distinfo @@ -1 +1 @@ -MD5 (libsx.tar.gz) = e9e730f51b48ae974e30a390b929bbe7 +MD5 (libsx.tar.gz) = 22860efe620d59e099570c0b1ae5c5e0 diff --git a/x11/libsx/files/patch-aa b/x11/libsx/files/patch-aa index 4eb95453a57b..1f466726e9e6 100644 --- a/x11/libsx/files/patch-aa +++ b/x11/libsx/files/patch-aa @@ -38,7 +38,7 @@ # If you're daring, and you have OpenGL, try: # CFLAGS = -g -D_POSIX_SOURCE -DOPENGL_SUPPORT # -! CFLAGS = -O -D_POSIX_SOURCE -I$(X11BASE)/include +! CFLAGS += -O -D_POSIX_SOURCE -I$(X11BASE)/include # # if you are on a System V (like the SGI) machine, just define RANLIB |